摘要:
1. json 啥是json,http://www.json.cn/wiki.html 2. python json 3. string of json 转换为 json in python 反序列化,所有的字符串对象,默认都是Unicode,JSON标准中规定JSON编码就是unicode 运行结 阅读全文
posted @ 2017-05-10 15:35
AlexBai326
阅读(293)
评论(0)
推荐(0)
摘要:
1. 文件IO 1.1 file read 样本C:\FILE\ifconfig.txt 执行结果 file.read([size]) 运行结果 file.readlines([sizehint]) 运行结果 1.2 file write 读写模式 file.write(str) file.writ 阅读全文
posted @ 2017-05-10 11:26
AlexBai326
阅读(245)
评论(0)
推荐(0)