摘要: #coding:utf-8import os,repath = 'test'files = os.listdir(path)def count_word(words): dic = {} max = 0 marked_key = '' #计算每个单词出现的次数 for ... 阅读全文
posted @ 2016-01-19 23:26 林川的日志 阅读(2414) 评论(0) 推荐(0)