1 Star 0 Fork 0

hzy101 / PhpTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
input.html 497 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
hzy101 提交于 2019-07-21 22:22 . php入门--慕课网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>H5中表单新增控件</title>
</head>
<body>
<h1>H5中表单新增控件</h1>
<form action='doAction.php' method="post">
<input type="date" name="datetime" id="01"/></br>
<input type="datetime" name="datetime1" id="02"/></br>
<input type="datetime-local" name="datetime2" id="03"/></br>
<input type="month" name="month" id="04"/>
<input type="submit" value="提交"/>
</br>
</form>
</body>
</html>
1
https://gitee.com/mayun_hzy/PhpTest.git
git@gitee.com:mayun_hzy/PhpTest.git
mayun_hzy
PhpTest
PhpTest
master

搜索帮助

14c37bed 8189591 565d56ea 8189591