zxing生成二维码以流式传到页面
@RequestMapping(“/makeQrCode”) public void madeQrCode(HttpServletResponse res,String content,Integer width,Integer height) throws IOException{ String format = "png"; content = (content ==