摘要: import jiebaimport wordcloudf=open("许一人偏爱.txt","r",encoding='utf-8')t=f.read()f.close()ls=jieba.lcut(t)txt=" ".join(ls)w=wordcloud.WordCloud(font_path 阅读全文
posted @ 2020-04-07 19:31 Lysim 阅读(158) 评论(0) 推荐(0)