生成二维码

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="../jquery-1.12.4.min.js"></script>
<script src="jQuery.qrcode.js"></script>
</head>
<body>
<div id="qrcode"></div>
<script>
jQuery('#qrcode').qrcode({width: 64,height: 64,text: "http://blog.wpjam.com"});
</script>
</body>
</html>
posted @ 2016-10-06 15:45  liwei742314100  阅读(99)  评论(0编辑  收藏  举报