<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Qrcode Test</title> </head> <body> <div id="qrcode"></div> <script type="text/javascript" src="jquery-1.9.1.min.js"></script> <script type="text/javascript" src="jquery.qrcode.min.js"></script> <script type="text/javascript"> //创建二维码 window.onload=function QRCode(){ jQuery('#qrcode').qrcode({ render: 'canvas', text: "http://www.ipkd.cn/", //二维码地址 width : "200", //二维码的宽度 height : "200", //二维码的高度 imgWidth : 220/3.5, //二维码宽 imgHeight : 220/3.5, //二维码高 src: 'img/logo.png' //二维码logo }); } </script> </body> </html>
barcode条形码/qrcode二维码兼容所有浏览器(含ie6/ie7/ie8)
标签: 二维码
上面是“利用jquery和jquery.qrcode.min生成带logo的二维码(附代”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_112.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!