美文网首页
jsp测试代码

jsp测试代码

作者: EmptyBottl_520d | 来源:发表于2018-06-29 11:37 被阅读0次
    <%@ page language="java" %>
    <%@ page import="java.util.*" %>
    
    <html>
    <head>
    <title>
    jsp test page
    </title>
    </head>
    <body>
        <% out.println("Hello,world"); %>
    </body>
    </html>
    

    相关文章

      网友评论

          本文标题:jsp测试代码

          本文链接:https://www.haomeiwen.com/subject/oytayftx.html