qrcodejs icon indicating copy to clipboard operation
qrcodejs copied to clipboard

带链接的json格式文本,扫码解析的文本会在链接后面加上";"

Open 651619994xhq opened this issue 3 years ago • 3 comments

// 示例 const o = { "url": "http://www.baidu.com" }; new QRCode(divEl, { text: JSON.stringify(o), width: 100, height: 100, });

  1. 手机扫描的二维码识别的内容 { "url": "http://www.baidu.com"; } 多了一个分号;

651619994xhq avatar Jun 21 '21 07:06 651619994xhq

请大佬帮忙看一下

651619994xhq avatar Jun 21 '21 08:06 651619994xhq

無法再現

GHolk avatar Jul 22 '21 09:07 GHolk

無法再現

微信的问题

651619994xhq avatar Feb 16 '22 06:02 651619994xhq