说明: javascr ipt生成二维码 1.页面引入 [removed][removed] 2.DOM 结构 3.调用 // 简单方式 new QRCode(document.getElementById('qrcode'), 'your content'); // 设置参数方式 var qrcode = new QRCode('qrcode', { text: 'your content', width: 256, height: 256, colorDark : '#000000', colo
<chaijw0928> 上传 | 大小:12kb