import wordcloud w = wordcloud.WordCloud() #配置对象参数w.generate("wordcloud by Python") #加载词云文本w.to_file("pywordcloud.png") #输出词 ...
確定! 回上一頁