文字生成图片怎么让一段字符串生成一张图片?[解决办法]用BufferedImage的Graphics在BufferedImage上把字符串画出来,然后用ImageIO保存BufferedImage。这样就可以了。