摘要:
import json json_value_tmp= json.loads(json_data) # api return value for data in json_value_tmp: a = data['name'] #json getdata from json file import 阅读全文
posted @ 2018-10-18 23:19
bug_x
阅读(125)
评论(0)
推荐(0)
摘要:
Python Try: Except https://docs.python.org/3/tutorial/errors.html 阅读全文
posted @ 2018-10-18 23:16
bug_x
阅读(279)
评论(0)
推荐(0)