qrcodejs
qrcodejs copied to clipboard
带链接的json格式文本,扫码解析的文本会在链接后面加上";"
// 示例 const o = { "url": "http://www.baidu.com" }; new QRCode(divEl, { text: JSON.stringify(o), width: 100, height: 100, });
- 手机扫描的二维码识别的内容 { "url": "http://www.baidu.com"; } 多了一个分号;
请大佬帮忙看一下
無法再現
無法再現
微信的问题