jsp新代码第425课

阅读 239

2022-12-31


new425.jsp

<%--
Created by IntelliJ IDEA.
User: user1
Date: 2022/7/18
Time: 22:15
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<h3>使用jsp:include动作标签导入jsp文件</h3>
<jsp:include page="new426_hellojspfile.jsp"></jsp:include>
</body>
</html>

精彩评论(0)

0 0 举报