扫码下载编程狮APP
<html> <body> <FONT COLOR=#ff0000><% 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 %></FONT> </body> </html>