CSDN博客地址
摘要: import simplejson import anyjson # 序列化: 把变量从内存中变成可存储或可传输的过程 def any_1(): # 序列化 info = {"a": 1, "b": 2} result = anyjson.serialize(info) f = open("file 阅读全文
posted @ 2020-06-19 20:01 Yi_warmth 阅读(238) 评论(0) 推荐(0) 编辑
CSDN博客地址