会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
走过不远的地方
博客园
首页
新随笔
联系
订阅
管理
2019年10月22日
Python:在json文件中取相应的字段集
摘要: # coding:utf-8 import json def read_file(path): content='' with open(path, 'r', encoding='utf-8') as f: content=f.readlines() print(' ') print(type(content[0])) dict_content=json.loads(content[0]) ret
阅读全文
posted @ 2019-10-22 09:08 走过不远的地方
阅读(2798)
评论(0)
推荐(0)
编辑
公告