通过jQuery的qrcode插件来实现二维码的展示
首先加载jq,然后加载qrcode
git地址:https://github.com/jeromeetienne/jquery-qrcode
代码如下:
$("#id").qrcode({
width: 200, //宽度 height:200, //高度 text: "http://v.cnhzh.com/products/product-12990.html" //页面链接 });本文共 281 字,大约阅读时间需要 1 分钟。
通过jQuery的qrcode插件来实现二维码的展示
首先加载jq,然后加载qrcode
git地址:https://github.com/jeromeetienne/jquery-qrcode
代码如下:
$("#id").qrcode({
width: 200, //宽度 height:200, //高度 text: "http://v.cnhzh.com/products/product-12990.html" //页面链接 });转载于:https://www.cnblogs.com/webwangjie/p/7251385.html