如果在Python 中要直接解析字串中的JSON 資料,可以使用 json 模組的 loads() 函數: import json # JSON 字串資料 jsonStr = '{"name": "Jason", "age": 21, ...
確定! 回上一頁