摘要: #json序列化,只能处理简单的数据类型,如:字典、列表、字符串,类和函数等数据类型过于复杂,不支持序列化import jsondef sayhi(name): print('hello,', name)info = { 'name': 'whitesky', 'age': 25, 'func': 阅读全文
posted @ 2017-01-07 17:55 whitesky-root 阅读(187) 评论(0) 推荐(0) 编辑