在Python 3中,要加载之前保存的json,如下所示: json.dumps(dictionary) 结果是 ... TypeError: the JSON object must be str, bytes or bytearray, not 'dict'.
確定! 回上一頁