JavaScript 日期getSeconds方法 JavaScript 日期getMonth方法 javascript if 语句 JavaScript 日期getSeconds方法 <html> <head> <title>JavaScript getSeconds Method</title> </head> <body> <script type = "text/javascript"> var dt = new Date( "December 25, 1995 23:15:20" ); document.write("getSeconds() : " + dt.getSeconds() ); </script> </body> </html> JavaScript 日期getMonth方法 javascript if 语句