You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
623 B
Markdown
14 lines
623 B
Markdown
![]()
8 years ago
|
插件调用方法:<br/>
|
||
|
$("#qrcode").qrcode({<br/>
|
||
|
width: 200,<br/>
|
||
|
height: 200,<br/>
|
||
|
text: "支持汉字展示", //内容<br/>
|
||
|
typeNumber: 1, //计算模式<br/>
|
||
|
correctLevel: 2, //二维码纠错级别<br/>
|
||
|
background: "#ffffff", //背景颜色<br/>
|
||
|
foreground: "#000000", //二维码颜色<br/>
|
||
|
src: 'img/dantyli.png', //logo图片<br/>
|
||
|
toImg: false //是否转化为图片,默认为false<br/>
|
||
|
});<br>
|
||
|
基于此插件的<a href="https://dantyli.github.io/jquery.qrcode.js-addLOGO/qrcode/qrcode.html">二维码生成器</a>
|