成免费的crm,久久国产精品新农夫导航新妓网,恋夜秀场全部视频安卓手机,女校花强奷在线播放A级

使用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)文章