Java生成二维码 Hashtable hints = new Hashtable (); hints.put(EncodeHintType.ERROR_CORRECTION, ErrorCorrectionLevel.L); BitMatrix byteMatrix; try { byteMatrix = new MultiFormatWriter().encode(new String(href.getBytes("UTF-8