<!DOCTYPE html>
<html>
<body>

<%
i=获取时间的小时数
如果 i <  10 则
  输出"早上好!"到服务器响应
否则
  输出"美好的一天!"到服务器响应
结束
%>


</body>
</html>