摘要: import jsonfrom collections import namedtupleif __name__ == '__main__': data = '{"name":"John Smith","hometown": {"name":"New York","id": 123}}' # Par 阅读全文
posted @ 2021-08-10 10:06 邱明成 阅读(956) 评论(0) 推荐(0) 编辑