python讀 寫json檔案需要用到json模組,讀檔案函式load,寫檔案函式為dump import json. python讀json檔案 with open("name.json",'r',encode='utf8') ...
確定! 回上一頁