10 Star 22 Fork 4

我的企业/taomiaosha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
options.html 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
yysf 提交于 2014-11-06 23:42 . 我的初始提交
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
</head>
<body>
<h1>选项页</h1>
<table>
<tr>
<td><label for="echeckbox">回车提交表单</label></td>
<td><input type="checkbox" id="echeckbox" checked="true" /></td>
</tr>
<tr>
<td><label for="tixing">秒杀前几分钟提醒</label></td>
<td><input type="number" id="tixing" width="80"/></td>
</tr>
<tr>
<td></td>
<td><button id="saveBtn">确定</button></td>
</tr>
<tr>
<td></td>
<td id="msg"></td>
</tr>
</table>
<script type="text/javascript" src="assets/js/options.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yysf-xin/taomiaosha.git
[email protected]:yysf-xin/taomiaosha.git
yysf-xin
taomiaosha
taomiaosha
master

搜索帮助