0
点赞
收藏
分享

微信扫一扫

jsp新代码第425课

闲嫌咸贤 2022-12-31 阅读 239


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>

举报

相关推荐

jsp新代码第207课

jsp新代码第232课

jsp新代码第193课

jsp新代码第237课

jsp新代码第202课

jsp新代码第195课

jsp新代码第199课

0 条评论