摘要: Yaml 、Json 、Dict 之间的转化 Json To Dict import json jsonData = '{"a":1,"b":2,"c":3,"d":4,"e":5}'; print(jsonData) print(type(jsonData)) text = json.loads( 阅读全文
posted @ 2020-06-30 15:57 Blue·Sky 阅读(1613) 评论(0) 推荐(0) 编辑