会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
观海云不远
博客园
首页
订阅
管理
2015年2月5日
python学习笔记十六:读取JSON文件
摘要: 读取JSON文件可以用JSON库,示例代码:#coding:utf-8import jsonwith open("msg.json") as jsonfile: json_data = json.load(jsonfile) for key in json_data: va...
阅读全文
posted @ 2015-02-05 14:34 观海云不远
阅读(1632)
评论(0)
推荐(0)
公告