JavaScript日期 getUTCSeconds方法 JavaScript 日期 getUTCMonth 方法 javascript if else 语句 JavaScript日期 getUTCSeconds方法 <html> <head> <title>JavaScript getUTCSeconds Method</title> </head> <body> <script type = "text/javascript"> var dt = new Date(); document.write("getUTCSeconds() : " + dt.getUTCSeconds() ); </script> </body> </html> JavaScript 日期 getUTCMonth 方法 javascript if else 语句