jQuery 生成 QR Code

来源:互联网 发布:淘宝日产手办 编辑:程序博客网 时间:2024/06/05 09:42

Gethub 源码下载页面 https://github.com/jeromeetienne/jquery-qrcode

源码:

<span id="violet"></span><hr /><span id="rongrong"></span><script src="jquery-3.0.0.min.js" type="text/javascript"></script><script src="jquery.qrcode.min.js" type="text/javascript"></script><script>    $('#violet').qrcode("Je t’aime à jamais.");    $('#rongrong').qrcode({width: 200, height: 200, text: "Je t’aime à jamais"});</script>

点击查看 PHP 生成 QR Code 

原创粉丝点击