摘要: #!/usr/bin/env python # coding : utf8 import re import os,sys #import fileinput # read text f = open(sys.argv[1],'rb') text = f.readlines() f.close() c = [] for i in text: # match Chinese Char = ... 阅读全文
posted @ 2017-11-21 14:02 杜先生的博客 阅读(475) 评论(0) 推荐(0)