工欲善其事,必先利其器 -- 《论语·卫灵公》 返回首页

链接生成二维码图片

二维码图片请求的地址

// 接口地址
http://api.wubin.work/tool/qrcode?size=[size]&data=[data]
[size]: (int) 生成二维码图片的尺寸 取值1-9 若不提供该参数,那么默认是5
[data]: (string) 将要生成二维码图片的有效网址链接

前端应用到的生成二维码插件

1、QrcodeJS2

// npm安装用于vue/react中
npm i qrcodejs2

2、jquery.qrcode.js

<script src="https://634174214.gitee.io/mytool/js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="https://634174214.gitee.io/mytool/js/jquery.qrcode.min.js"></script>