【向生活低头】拷贝文件到文件夹中
import os
import shutil
source_path = os.path.abspath(r'E:/mytest/test')
target_path_1 = os.path.abspath(r'E:/mytest/aaa')
njDict={
'3':'三',
import os
import shutil
source_path = os.path.abspath(r'E:/mytest/test')
target_path_1 = os.path.abspath(r'E:/mytest/aaa')
njDict={
'3':'三',
共有 0 条评论