变量写入文件及读取
使用json模块实现变量写入文件及读取。 import json a = {'a':[12,53,96,78,11],'b':[5,5,5,5,5],'c':'测试'} filename = 'a.json' with open(filen...
使用json模块实现变量写入文件及读取。 import json a = {'a':[12,53,96,78,11],'b':[5,5,5,5,5],'c':'测试'} filename = 'a.json' with open(filen...