爲什麼Python的追加*串
>>> import os
>>> os.listdir('C:\\Users\\tom\\Desktop\\PythonScripts\\charList.txt')
給這個錯誤:
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
WindowsError: [Error 267] The directory name is invalid: 'C:\\Users\\tom\\Desktop\\PythonScripts\\charList.txt/*.*'
我認爲這是與字符串編碼的問題,但顯然不是?
其中存在問題。看起來我需要去喝咖啡。它從來沒有發生過,但它現在完全合理!你先生太棒了!非常感謝!! 顯然我必須等待9分鐘才能選擇正確答案... –
@LokiIkol休息一下。發生這種情況;)哈哈。不客氣 –
我不能在工作中「休息」。但我可以從事其他工作,比如刷新我的Python技能。 > :) –