文件名称:qrcode.min.js 生成二维码
文件大小:7KB
文件格式:ZIP
更新时间:2022-04-30 08:04:15
生成二维码
页面引入qrcode.min.js 案例: $("#qrcode").html(""); new QRCode($("#qrcode")[0],{ text: data.url, //内容 width:78, //宽度 height:78, //高度 correctLevel: 3,//二维码纠错级别 background: "#ffffff",//背景颜色 foreground: "#000000"//二维码颜色 });
【文件预览】:
qrcode.min.js