python3打開文本文件- FileNotFoundError: [Errno 2] No such file or directory:

  在Linux或者OS X中,使用絕對路徑打開文件的時候應該使用單斜槓/,(如 C:/test.txt)。 python 在Windows中,建議使用雙反斜槓(如C:\\test.txt)。windows  建議使用絕對路徑;路徑過長:能夠 先查看當前工做路徑;code print('當前工做路徑', os.getcwd()) # main.py路徑: # D:\ProgramFiles\P
相關文章
相關標籤/搜索