URL & QRcode auto generator
二维码
npm & qrcode
https://www.npmjs.com/package/qrcode
https://www.npmjs.com/package/qrcode.vue
js & qrcode
https://davidshimjs.github.io/qrcodejs/
https://github.com/davidshimjs/qrcodejs
https://github.com/LazarSoft/jsqrcode
https://stackoverflow.com/questions/4542632/qr-code-generation-library-in-javascript
在线二维码图片生成器
基于 http 协议的免费二维码开放平台
x 必须用UTF8编码格式,x内容出现 & 符号时,请用 %26 代替, 换行符使用 %0A
http://www.topscan.com/pingtai/
http://qr.topscan.com/api.php?&bg=ffffff&fg=cc0000&text=https://www.cnblogs.com/xgqfrms/p/10636295.html
QR Code & Widget
Widget generate web page QR Code
https://qrcode.online/widget.js?size=10
document.write(`
<a href="https://qrcode.online/?url='+location.href+'" title="QR Code Online" target="_blank">
<img src="https://qrcode.online/img/?type=url&size=10&data='+location.href+'" alt="QR Code Online" border="0">
</a>
`);
https://qrcode.online/widget.js
// ?size=5
document.write(`
<a href="https://qrcode.online/?url='+location.href+'" title="QR Code Online" target="_blank">
<img src="https://qrcode.online/img/?type=url&size=5&data='+location.href+'" alt="QR Code Online" border="0">
</a>
`);