摘要: 代码 from wordcloud import WordCloud import matplotlib.pyplot as plt f = open('../txt/wordcloud.txt', 'r').read() wordcloud = WordCloud(background_color 阅读全文
posted @ 2021-04-22 19:45 缥缃璀错 阅读(45) 评论(0) 推荐(0)