介紹如何在Python 中使用內建的 json 模組,讀取、解析、產生與寫入JSON 格式資料。 ... "C/C++"], "married": false}' # 解析JSON 字串資料 p = json.loads(jsonStr) ...
確定! 回上一頁