Pycharm踩坑 FileNotFoundError: [Errno 2] No such file or directory: '../data/users.txt'  目錄結構

Python 使用Pycharm運行程序提示:FileNotFoundError: [Errno 2] No such file or directory: '../data/users.txt'  目錄結構 test/ ├── data └── testcases └── test.py 在test.py中運行代碼: with open('../data/users.txt') as fp:
相關文章
相關標籤/搜索