json模块
摘要:
import json#json串是一个字符串f=open('product.json',encoding='utf-8')# res=f.read()# product_dic=json.loads(res)#把json串,变成Python的数据类型# print(type(product_dic 阅读全文
posted @ 2018-04-18 22:24 公子兔 阅读(132) 评论(0) 推荐(0) 编辑
posted @ 2018-04-18 22:24 公子兔 阅读(132) 评论(0) 推荐(0) 编辑
posted @ 2018-04-18 22:24 公子兔 阅读(118) 评论(0) 推荐(0) 编辑
posted @ 2018-04-18 22:23 公子兔 阅读(93) 评论(0) 推荐(0) 编辑
posted @ 2018-04-18 22:23 公子兔 阅读(116) 评论(0) 推荐(0) 编辑