1
我是python新手。有人可以解釋我爲什麼我的下面的代碼顯示錯誤?如何使用shutil複製文件?
import shutil
shutil.copy('E:\\python test\\python\\program\\123.txt', "E:\\python test")
我想將文件複製到另一個文件夾中,但是我得到錯誤'module' object has no attribute 'copy'
。
你有任何文件,你可能有一個名爲「shutil.py」被湊了過來? – glibdud
'print shutil .__ file__' –