踏遍青山
Log in
Main
临时存放
页面显示时间 http-equiv="refresh" content="3">
D
da
26 May
<html><head> <meta http-equiv="refresh" content="3"> <Script> now = new Date(); //document.write("<h1>"+ now+ "</h1>"); hour=String(now.getHours()).padStart(2,"0"); minute=String(now.getMinutes()).padStart(2,"0"); second=String(now.getSeconds()).padStart(2,"0"); document.write("<h1>现在时间:"+hour+ ":"+minute+ ":"+second+"</h1>") document.write("<h1>结束时间:"+17+ ":"+40+ ":00"+"</h1>") </script> </head> <body></body></html>