jquery二维码生成
遇到了就记录:
//生成页面二维码
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。 <script src="static/js/jquery.min.js"></script> <script src="static/js/jquery.qrcode.min.js"></script> javascript: jQuery('#output').qrcode({ width: 150, height: 150, text: 'http://www.lc-web.cn/portal/article/index/id/37/cid/13.html' }); html: <div id="output"></div>
更多精彩