python json

一、load python json loadpython get=json.load(open(datarxml,'r')) 二、save dump做用是對dict進行處理,以後能夠進行write或者read。web # 寫數據 with open('data.json', 'w') as f: json.dump(data, f) # 讀取數據 with open('data.js
相關文章
相關標籤/搜索