摘要:
from os import path from wordcloud import WordCloud from matplotlib import pyplot as plt # 定义为列表会报错 frequencies = [(u'知乎',5),(u'小段同学',4),(u'曲小花',3),(u 阅读全文
摘要:
public static Bitmap GetImage(string number, float fontSize, int color_red = 40, int color_green = 124, int color_blue = 254) { int count = number.Length; //需要配置的字段 //Font f = new Font("Microsoft Sans 阅读全文