Python 統計 csv 文件共多少行

with open('data.csv', 'r') as f: print(len(f.readlines())) 轉載於:https://www.jianshu.com/p/328cb76ed145python
相關文章
相關標籤/搜索