Python -列表存为CSV文件. 1 年前· 来自专栏Python编程. import pandas as pd col_name = ['学号', '姓名', '年龄'] records = [['001', '小明', 18], ...
確定! 回上一頁