json.loads的參數是內存對象,把Json格式字符串解碼轉換成Python對象,json_loads=json.loads(d_json) #{ b: 2, a: 1},使用load重新反序列化為dict
確定! 回上一頁