下面演示如何将一个JSON编码的字符串转换回一个Python数据结构: ... resp = json.loads(u.read().decode('utf-8')) >>> from pprint import pprint >>> pprint(resp) ...
確定! 回上一頁