当前最新Zxing3.3.0.jar包,修正了EncodeHintType.MARGIN出错的问题。 在设置EncodeHintType.MARGIN出错,core-3.2.1.jar版本中QRCodeWriter中代码 if(hints != null) { ErrorCorrectionLevel code = (ErrorCorrectionLevel)hints.get(EncodeHintType.ERROR_CORRECTION); if(code != null) { erro