<!DOCTYPE html>
<html>
<body>
<%
response.write("当前系统日期是:")
response.write(Date)
%>
</body>
</html>