您当前的位置: 首页 > 

QRCode.js生成二维码

彭世瑜 发布时间:2020-05-28 10:02:16 ,浏览量:3

文档: https://github.com/davidshimjs/qrcodejs






  var qrcode = new QRCode(document.getElementById("qrcode"), {
    text: "https://www.pengshiyu.com/",
    width: 128,
    height: 128,
    colorDark: "#000000",
    colorLight: "#ffffff",
    correctLevel: QRCode.CorrectLevel.H,
  });

在这里插入图片描述

关注
打赏
1688896170
查看更多评论

彭世瑜

暂无认证

  • 3浏览

    0关注

    2727博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0784s