shutil.move(source,dest):将source处的文件夹移动到dest处. 代码如下:. import shutil. shutil.move('c:\\bacon.txt','c:\\eggs') #c:\\eggs目录 ...
確定! 回上一頁