实例说明:
<!DOCTYPE html> <html> <body> <% dim h h=hour(now()) response.write("<p>" & now()) response.write("</p>") If h<12 then response.write("Good Morning!") else response.write("Good day!") end if %> </body> </html>
标签含义:
使用 Vbscript 制作基于时间的问候语
本例演示如何根据服务器时间向用户显示不同的消息。
源代码运行结果如下:
9/20/2013 11:08:35 PM Good day!
相关文章
标签:asp