python 文件读写-txt, json ... 使用loads() 方法将json 字符串对象转为对象 ... as file: txt = file.read() data = json.loads(txt) print(data)
確定! 回上一頁