摘要: def del_local_file(file_pth, is_dir=False): sysstr = platform.system() # 删除本地文件 if not is_dir: if sysstr == "Windows": os.system('del /s/q %s' % file_ 阅读全文
posted @ 2021-03-31 16:37 你看起来真的很好吃 阅读(187) 评论(0) 推荐(0)