网页中如何制作时间跟随

发表于:2007-06-21来源:作者:点击数: 标签:

   

  <script>
  var tempDate=new Date();
  document.write(tempDate.getYear()+"年"+(tempDate.getMonth()+1)+"月"+tempDate.getDate()+"日");
  </script>


  注:客户端时间

原文转自:http://www.ltesting.net