摘要: d代码: # __author__ = liukun # coding:utf-8 line = input("please input the config \n :") #提示输入字符 #输入{"backend":"www.oldboy.org","record":{"server":"100. 阅读全文
posted @ 2016-02-02 21:06 侠之大者kamil 阅读(288) 评论(0) 推荐(0)
摘要: 代码: fileReadObj = open("input.txt") fileWriteObj = open("output.txt", 'w') fileLineText = fileReadObj.readline() while ('' != fileLineText): string = 阅读全文
posted @ 2016-02-02 17:20 侠之大者kamil 阅读(259) 评论(0) 推荐(0)