如果要把資料儲存到dict中,可以使用如下方法: # -*- coding: utf-8 -*- import json f=open("filename.json","r") data=list() for line in f: ...
確定! 回上一頁