基于jq生成二维码

依赖的库

引入依赖

 
 

使用

 $('#qrcode').qrcode({
        render: 'canvas',
        width: 200,
        height: 200,
        text: 'https://www.baidu.com',
        foreground: "#000",
        background: "#FFF"
      });

你可能感兴趣的:(基于jq生成二维码)