摘要:
CSV模块 Read对象 将CSV文件表示为列表的列表 >>> import csv >>> exampleFile = open('example.csv') Traceback (most recent call last): File "<stdin>", line 1, in <module 阅读全文
posted @ 2022-05-03 19:14
helontian
阅读(329)
评论(0)
推荐(0)
摘要:
shutil模块 复制文件和文件夹 shutil.copy() 复制一个文件,shutil.copytree()将复制整个文件夹 >>> import shutil, os >>> os.chdir('C:\\PyProjects') >>> shutil.copy('C:\\PyProjects\ 阅读全文
posted @ 2022-05-03 00:45
helontian
阅读(137)
评论(0)
推荐(0)
浙公网安备 33010602011771号