写入后data.json文件如下. 此时需要我们按行读取里面的json数据 import json with open('data.json', 'r', encoding="utf-8") as f: # 读取所有行每行 ...
確定! 回上一頁