说明: public static void main(String[] args) { //定义图片高度和宽度 int width = 300; int height =300; //定义图片格式 String format = "png"; //定义连接地址 String contents = "http://www.jd.com"; //定义二维码的参数 HashMap hints = new HashMap(); hints.put(EncodeHintType.CHARACTER_SET,
<cainiao_yu123> 上传 | 大小:577kb