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