摘要: 1、脚本 from sys import argv script,filename = argv txt = open(filename) print ("the filename is %s" %filename)print (txt.read()) print ("Type the filena 阅读全文
posted @ 2018-02-09 17:29 Tang豆豆 阅读(126) 评论(0) 推荐(0)