会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
爱打盹的猫猫
博客园
首页
新随笔
联系
管理
订阅
2020年3月27日
python-数据写入json文件时如何保证格式美观且中文正常显示?
摘要: import json from config.cfg import * def write_data(data, filename): file_path = os.path.join(config_path, filename) # print(file_path) with open(file
阅读全文
posted @ 2020-03-27 22:37 爱打盹的猫猫
阅读(2331)
评论(1)
推荐(2)
编辑
公告