标签: html html5
如何使用 HH:MM:SS
<!DOCTYPE html> <html> <body> Time: <input type="time" id="myTime"> </body> </html>
谢谢。