json.dumps() 將字典轉換為 str 對象,不是 json(dict) 目的!所以你必須加載你的 str 變成一個 dict 通過使用它 json.loads() 方法. 看到 json.dumps() 作為保存方法 ...
確定! 回上一頁