可以快速上手的开发文档
1.Json读写方法defparseFromFile(self,fname):"""OverwrittentoreadJSONfiles."""f=open(fname,"r")returnjson.load(f)defse..