jquery.qrcode.js 是一个能够在客户端生成矩阵二维码的jquery插件 ,使用简单,可以很方便的在页面上生成二维条码。
jquery.qrcode.js 是一个能够在客户端生成矩阵二维码的jquery插件 ,使用简单,可以很方便的在页面上生成二维条码。
使用方法引入jquery库和jquery.qrcode库,调用qrcode即可,源码实例:
<!DOCTYPE html>
<html>
<head>
<title>Demo page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p> TODO make a nice looking pure client qrcode generator even allow download of the image </p>
<div id="output"></div>
<script src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="jquery.qrcode.min.js"></script>
<script>
jQuery(function(){
jQuery('#output').qrcode("https://www.yj521.com");
})
</script>
</body>
</html>
完整示例源码下载:
链接:https://pan.baidu.com/s/10Zcc2pMs6mqbpLJTwyp9GQ
提取码:mmd4