摘要: #coding=utf-8 #!/usr/bin/python import sys, re, collections #读入文件 def read_file(filename): try: fp = open(filename) text = fp.read() except IOError: print ("Error opening or reading input file: ",file 阅读全文
posted @ 2019-09-23 19:12 何侠客 阅读(601) 评论(0) 推荐(0) 编辑