java对二维码的转码 $("#code").qrcode({ render: "table", //table方式 width: 200, //宽度 height:200, //高度 text: "www.codesky.net" //任意内容 });