摘要: import jiebaimport wordcloud f = open("失眠飞行.txt", "r", encoding="utf-8") t = f.read()f.close()ls = jieba.lcut(t) txt = " ".join(ls)w = wordcloud.WordC 阅读全文
posted @ 2021-04-24 23:05 xrccccc 阅读(73) 评论(0) 推荐(0)