摘要: 1、脚本 from sys import argv script,filename = argv#以读的模式打开txt文件txt = open(filename,'r+')print ("the filename is %s" %filename)print ("the following is r 阅读全文
posted @ 2018-02-11 18:49 Tang豆豆 阅读(123) 评论(0) 推荐(0)