查看完整版本: 网页中如何制作时间跟随

ketingda 2007-11-30 10:13

网页中如何制作时间跟随

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



  注:客户端时间
页: [1]

查看完整版本: 网页中如何制作时间跟随