Html
    Css
    Js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<form action="tz.html">
<input type="email" name="yx"><br>
<input type="Date" name="rq"><br>
<input type="Time" name="sj"><br>
<input type="number" name="sz" min="1" max="10"><br>
<input type="Month" name="yf"><br>
<input type="Week" name="xq"><br> range
<input type="range" name="range" id="g" oninput="ac()" value="0">
<section id="s" style=" border: 1px solid black; width: 100px;height:40px ;transform:rotate(0deg)">hello</section> <br> search
<input type="search" name="search"> <br>
<input type="color" name="ys"><br>
<input type="text" name="wbk"><br> url
<input type="url" name="url"><br>
<input type="search" placeholder="" name="yhm"><br>
<input type="submit">
</form>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

h5 from表单,canvas的简单使用

1
      懵懂的我0
      2017/8/29 9:50:17
      在提交了以后,输入不完整或者错误,弹出提示框,然后把页面关了,提示框还一直在,而且关不了 回复