使用 Date() 方法来返回今天的日期和时间使用 Date() 方法来返回今天的日期和时间<html><body> <script type="text/javascript"> document.write(Date()) </script> </body></html>