html代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>二维码生成</title>
</head>
<body>
<div id="output"></div>
</body>
<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("http://www.jq22.com");
})
</script>
</html>
附下载qrcode.js
提取码:mdmu

1万+

被折叠的 条评论
为什么被折叠?



