from “PermissionError: [Errno 13] Permission denied:” to “PermissionError: [WinError 5] Accès refusé:”

后端 未结 0 666
闹比i
闹比i 2020-12-05 20:27

When I run this code:

def register_json(path, _dict):
    from json import dump
    with open(path, \'w\') as f:
        dump(_dict, f)

json_path = "C:\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题