use of com.kendy.entity.WanjiaInfo in project financial by greatkendy123.
the class Text2ImageUtil method main.
public static void main(String[] args) throws Exception {
WanjiaInfo wj = new WanjiaInfo("第120局", "kendy", "35", "100", "135", "15626460750");
String html = getHtml(wj);
BufferedImage img = toImage(html, "utf8");
ImageIO.write(img, "png", new File("D:/ss.png"));
System.out.println("finishes...");
}
Aggregations