摘要: 示例代码: ```python with open(base_path + "\\config\\user.json",encoding='utf-8') as f: data = json.load(f) print(data) ``` 效果: ![](https://img2023.cnblog 阅读全文
posted @ 2023-08-09 08:30 久曲健 阅读(35) 评论(0) 推荐(0) 编辑