3 Star 1 Fork 0

eddie.yan / less-tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title></title>
<link href="css/less.css" rel="styleSheet">
<script src="js/qrcode.js"></script>
</head>
<body>
<div id="qrcode">
</div>
<div class="triangle">
</div>
<input type="text" id="getval"/> <button id="send">点击更换验证码</button>
<script>
window.onload =function(){
var qrcode = new QRCode(document.getElementById("qrcode"), {
width : 96,//设置宽高
height : 96
});
qrcode.makeCode(window.location.href);
document.getElementById("send").onclick =function(){
qrcode.makeCode(document.getElementById("getval").value);
}
}
</script>
</body>
</html>
CSS
1
https://gitee.com/edscript/less-tool.git
git@gitee.com:edscript/less-tool.git
edscript
less-tool
less-tool
master

搜索帮助