asp输出当前日期和时间

输出日期和时间 

<%

 response.write(now())

%>

输出日期

<%

response.write(date())

%>

输出时间

<%

response.write(time())

%>

多思考,多创新,才是正道!
原文地址:https://www.cnblogs.com/shuang121/p/2030309.html