#coding:utf-8 import os,re path = 'test' files = os.listdir(path) def count_word(words): dic = {} max = 0 marked_key = '' #計算每個單詞出現的次數 for word ...
確定! 回上一頁