怎么删除python文件 怎么安装python python如何删除文件?使用shutil包rmtree()函数。示例代码如下:import shutilpath = "g:\zhidao"shutil.rmtree... 2021-03-17 1812次浏览