1 Star 0 Fork 3

大嘴巴/输入文字内容生成二维码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
首阳大君 提交于 2020-06-07 00:11 . 20200607
<!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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/328670733/qr_code.git
git@gitee.com:328670733/qr_code.git
328670733
qr_code
输入文字内容生成二维码
master

搜索帮助