该jar包用来将字符串转成二维码 代码如下: //content:要转换的内容 //生成的二维码图片的绝对路径 publicstaticvoidbuildQuickMark(Stringcontent,Stringpath) throwsException{ try{ BitMatrixbyteMatrix=newMultiFormatWriter().encode(newString( content.getBytes(),"iso-8859-1"),BarcodeFormat.QR_CODE, 200