Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是否可以控制这些领域,例如,
<input type='number'>
<input type='time'>
<input type="number" step="100" min="0" max="300" />
step="xxx"xxx您要增加或减少的数量在哪里。min="yyy"哪里yyy是最小值,max="zzz"哪里zzz是最大值。一些方便的属性要知道。
step="xxx"
xxx
min="yyy"
yyy
max="zzz"
zzz
http://jsfiddle.net/BHg5n/
时间因浏览器而异,这很遗憾,目前还没有任何属性可以一致地控制时间输入。我建议不要使用它。
你可能想看看这个问题,它解释得更好一点:
html5 时间输入显示 12 小时