<%@ page language="java" %>
<%@ page import="java.util.*" %>
<html>
<head>
<title>
jsp test page
</title>
</head>
<body>
<% out.println("Hello,world"); %>
</body>
</html>
<%@ 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
网友评论