摘要: import jieba a = open(r"C:\Users\12943\Desktop\斗破苍穹.txt","r").read() words = jieba.lcut(a) shuliang = {} for word in words: if len(word) == 1: continu 阅读全文
posted @ 2020-04-05 00:34 心辰 阅读(203) 评论(0) 推荐(0)