<!DOCTYPE html>
<html>
<body>
今天的日期是
<%response.write(date())%>
.
<br>
服务器的本地时间是
<%response.write(time())%>
.
</body>
</html>