var myDate = new Date();
var date_string = myDate.getFullYear()+""+((myDate.getMonth()+1)<10?"0":"")+(myDate.getMonth()+1)+""+(myDate.getDate()<10?"0":"")+myDate.getDate();

相关文章:

  • 2021-05-30
  • 2021-05-25
  • 2021-05-29
  • 2021-06-08
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2021-11-28
  • 2022-02-01
相关资源
相似解决方案