smesun

<SCRIPT language=JavaScript>
newDays=new Array()
newDays[0]="日"
newDays[1]="一"
newDays[2]="二"
newDays[3]="三"
newDays[4]="四"
newDays[5]="五"
newDays[6]="六"
the_date=new Date()
with(the_date)
document.write(getYear()+"年"+(getMonth()+1)+"月"+getDate()+"日 "+"星期"+newDays[getDay()])
-->
</SCRIPT>

分类:

技术点:

相关文章:

  • 2022-03-08
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2022-01-15
  • 2021-11-11
  • 2022-12-23
相关资源
相似解决方案