摘要:
在运行python 脚本时,报错如下 f = open(file_name, 'r', encoding='utf-8')TypeError: expected str, bytes or os.PathLike object, not NoneType 这是因为我在前面的脚本 在生成文件名字的时候 阅读全文
posted @ 2022-06-04 13:30 小翁好 阅读(493) 评论(0) 推荐(0)
|
摘要:
在运行python 脚本时,报错如下 f = open(file_name, 'r', encoding='utf-8')TypeError: expected str, bytes or os.PathLike object, not NoneType 这是因为我在前面的脚本 在生成文件名字的时候 阅读全文
posted @ 2022-06-04 13:30 小翁好 阅读(493) 评论(0) 推荐(0) |
||