目录

time

根据ISO 8601编码的时间(小时,分钟,秒,小数秒)。

例子 (Example)

<!DOCTYPE HTML>
<html>
   <body>
      <form action = "/cgi-bin/html5.cgi" method = "get">
         Time : <input type = "time" name = "newinput" />
         <input type = "submit" value = "submit" />
      </form>
   </body>
</html>

输出 (Output)

新页面打开
↑回到顶部↑
WIKI教程 @2018