我究竟做错了什么? from matplotlib import pyplot as plt from wordcloud import WordCloud cloud = WordCloud(width=200,height=150) plt.imshow(cloud ...
確定! 回上一頁