摘要:
#encoding: utf-8 ''' Author:Siukwan ''' import sys reload(sys) sys.setdefaultencoding('utf8') import json def txt2str(file='jsondata2.txt'): ''' 打开指定的json文件 ''' fp=open(file) allLines = ... 阅读全文
posted @ 2017-01-16 21:04
七月的尾巴_葵花
阅读(2086)
评论(0)
推荐(1)

浙公网安备 33010602011771号