感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<script src="https://cdn.staticfile.org/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery.qrcode/1.0/jquery.qrcode.min.js"></script>
<p>使用 table 渲染</p>
<div id="qrcodeTable"></div>
<p>使用 canvas 渲染 canvas</p>
<div id="qrcodeCanvas"></div>
xxxxxxxxxx
jQuery('#qrcodeTable').qrcode({
render : "table",
text : "http://www.runcodex.com"
});
jQuery('#qrcodeCanvas').qrcode({
输入 CSS 代码……