代码拉取完成,页面将自动刷新
同步操作将从 首阳大君/输入文字内容生成二维码 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>生成二维码并下载</title>
<link rel="stylesheet" type="text/css" href="css/index.css"/>
<script src="js/jquery-3.3.1.js"></script>
<script src="js/jquery.alertWindow.js" type="text/javascript"></script>
<script src="js/qrcode.js"></script>
<script src="js/qr-code.js"></script>
</head>
<body>
<div id="outskirts">
输入二维码内容:<input type="text" id="content">
<br/> <br/>
尺寸:
<label>
<input type="radio" name="measure" id="" class="a-radio" value="150">
<span class="b-radio"></span>150X150
</label>
<label>
<input type="radio" name="measure" id="" class="a-radio" value="200">
<span class="b-radio"></span>200X200
</label>
<label>
<input type="radio" name="measure" id="" class="a-radio" value="300">
<span class="b-radio"></span>300X300
</label>
<label>
<input type="radio" name="measure" id="" class="a-radio" value="400">
<span class="b-radio"></span>400X400
</label>
<label>
<input type="radio" name="measure" id="" class="a-radio" value="500">
<span class="b-radio"></span>500X500
</label>
<label>
<input type="radio" name="measure" id="" class="a-radio" value="600">
<span class="b-radio"></span>600X600
</label>
<div style="margin-top:20px;margin-left:-100px;">
<button class="btn red " style="margin-left:100px;" onclick="createQrcode()">生成二维码</button>
<button class="btn red " style="margin-left:100px;" onclick="downloadQrcode()">下载二维码</button>
</div>
</div>
<div id="qrcode" align="center">
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。