<script type="text/javascript">
var myDate = new Date();
document.write(myDate.getFullYear() + '年' + (myDate.getMonth()+1) + '月' + myDate.getDate() + '日' +' 星期'+'日一二三四五六'.charAt(myDate.getDay())); 
</script>

 

相关文章:

  • 2021-09-01
  • 2022-12-23
  • 2021-12-06
  • 2021-12-06
  • 2021-12-22
  • 2022-01-27
  • 2021-12-21
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2021-08-22
  • 2022-01-18
  • 2021-12-06
  • 2021-12-06
  • 2022-01-04
  • 2021-09-21
相关资源
相似解决方案