Jsp测试文件

来源:互联网 发布:守望先锋莫伊拉数据 编辑:程序博客网 时间:2024/05/22 13:26
<html> 
    <head> 
        <title> My   First   JSP </title> 
    </head> 


    <body> 
        Hello   world! <br> 
        The   current   date   and   time   is   <%=   new   java.util.Date()   %> 
    </body> 
</html>