App下载

demo_vbtime 在线工具

demo_vbtime 在线工具

<html>
<body>
<FONT COLOR=#ff0000><%
dim h
h=hour(now())

response.write("<p>" & now())
response.write("</p>")
If h<12 then
&nbsp;&nbsp; response.write("Good Morning!")
else
&nbsp;&nbsp; response.write("Good day!")
end if
%></FONT>
</body>
</html>
运行结果