输出日期和时间 

<%

 response.write(now())

%>

输出日期

<%

response.write(date())

%>

 

输出时间

<%

response.write(time())

%>

 

相关文章:

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