摘要: from wordcloud import WordCloud, STOPWORDS from matplotlib import pyplot as plt fig,ax=plt.subplots() with open(r'...\vanity 张钰贤.txt') as f: text=f.re 阅读全文
posted @ 2021-04-26 19:32 晓龙我大哥 阅读(162) 评论(0) 推荐(0)