页面中引入库 指令包含页面(公共页面)
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%
//拿绝对路径
String path=request.getContextPath();
//System.out.print(path);
//存域对象中
request.setAttribute("ctx", path);//后期用${ctx}
%>
主页面
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@include file="common/head.jsp" %>
Insert title here
书记后台管理
©沉山工作室版权所有,违权使用必究
效果图如下:
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)