引入必要的JS文件:
<script src="/static/core/jquery.min.js"></script>
<script src="/static/core/jquery-qrcode-0.14.0.min.js"></script>
JS代码:
var _href = "https://iz7z8.net";
jQuery('#qrcode').qrcode({
render: "canvas",
width: 200,
height: 200,
//render: "table",
text: _href,
//src: 'http://province.hznt.com/public/static/admin/img/logo.png',
background: "#ffffff",
mode: 2,
mSize: 0.1,
mPosX: 0.5,
mPosY: 0.5,
label: '粤',
fontname: 'sans',
fontcolor: '#f00',
});
效果:
|