美文网首页
python异常处理方案

python异常处理方案

作者: 312d026ea2dd | 来源:发表于2018-11-20 20:48 被阅读0次

    Traceback (most recent call last):
    File "D:/shareX/student_manager/register.py", line 6, in <module>
    show_content=file_manager.read_json_file("file_manager.page_index.txt")
    File "D:\shareX\student_manager\file_manager.py", line 8, in read_json_file
    with open("file","r",encoding="utf-8") as f:
    PermissionError: [Errno 13] Permission denied: 'file'

    解决方案:文件路径不正确

    相关文章

      网友评论

          本文标题:python异常处理方案

          本文链接:https://www.haomeiwen.com/subject/yuoxqqtx.html