10.22

<html>
    <head>
           <title>第一个 JSP 程序</title>
    </head>
    <body>
           <%
                  out.println("Hello World!");
           %>
    </body>
</html>
posted @ 2020-10-22 14:25  王昊宁  阅读(28)  评论(0编辑  收藏  举报