公共页面

一、公共页面
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<c:set var="ctx" value="<%=basePath%>" scope="request" />

二、页面引用
<div class="layui-tab-content">
<div class="layui-tab-item layui-show">
<iframe src='${ctx}/welcome.html' frameborder="0" scrolling="yes" class="x-iframe"></iframe>
</div>
</div>
posted @ 2019-05-17 15:22  albert_think  阅读(413)  评论(0编辑  收藏  举报