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:
相关文章
相关标签/搜索