摘要: 直接上代码了:import sysimport os#coding=utf-8if __name__ == '__main__': #Create the main application try: outfile1 = open(r"./testfile1","wb") ... 阅读全文
posted @ 2015-03-30 20:04 JustRelax 阅读(3013) 评论(0) 推荐(0)