QRCode製作二維碼小結

利用qrcode.js插件將鏈接生成二維碼 相關代碼如下所示: //二維碼參數設置 var qrcode = new QRCode(document.getElementById("qrcode"), {     width : 200,     height : 200,     colorDark : "green",     colorLight : "#fff", }); function
相關文章
相關標籤/搜索