對於一個Json 資料,想轉成dict 型別,就需要用 json.loads(json_str) , json字串→ python物件(dict)。 import json json_str2 = '{"name": "\u897f\ ...
確定! 回上一頁