Python 内置CSV模块可以轻松地处理这一问题: import csv with open("output.csv", "wb") as f: writer = csv.writer(f) writer.writerows(a).
確定! 回上一頁