我正在Python 3中使用以下code将约30,000个json文件转换为csv。 with open('out.csv', 'w') as f: for fname in glob("*.json"): # Reads all json from the current ...
確定! 回上一頁