69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

使用vbscript制作基于時(shí)間的問候語

代碼:

<!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>

結(jié)果:

9/20/2013 11:08:35 PM

Good day!

相關(guān)文章