如果是在调试终端执行脚本,那么current_dir 往往不是脚本文件本身所在的当前目录,通过获取脚本文件所在目录就可以了。
# 获取当前目录的路径 current_dir = os.getcwd() # 获取脚本文件所在目录的路径 script_dir = os.path.dirname(os.path.realpath(__file__)) # 在当前目录下创建文件 file_path = os.path.join(script_dir, 'tips.txt') with open(file_path, 'w') as f: f.write(tips_msg) print('File created successfully.')
失落的羊2024-10-07 23:34
羊羊的WebHub正式开通 https://bcbgame.com/emlog_pro/
失落的羊2024-10-06 23:45
从emlog5.3升级到emlog pro, 更换新模板出错,问题解决了。
失落的羊2024-09-15 14:11
开始研究conda
失落的羊2024-08-25 14:14
启动纯php打造简单的API
失落的羊2024-05-04 22:55
emlog pro2.3.3升级成功!