https://docs.python.org/3.6/library/shutil.htmlshutil可以实现文件的复制 ... import os,shutil for file in os.listdir(file_path): ##将文件名和 ...
確定! 回上一頁