您当前的位置: 首页 > 

彭世瑜

暂无认证

  • 2浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

QRCode.js生成二维码

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

文档: 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,
  });

在这里插入图片描述

关注
打赏
1665367115
查看更多评论
立即登录/注册

微信扫码登录

0.2370s