📄 main.jsp
字号:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fun" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" rev="stylesheet" type="text/css" href="${CONTEXT_PATH}/css/default/default.css" media="all" title="001" />
<script type="text/javascript" src="${CONTEXT_PATH}/js/common.js"></script>
</head>
<body>
<div class="navDiv" onclick="collapseFrame()">
<SPAN class="navPoint" id="switchPoint">3</SPAN>
</div>
<c:set var="modelIntroduceUrl" value="${requestScope.CURRENT_MODEL_MENU.introduceUrl}" scope="page"/>
<c:choose>
<c:when test="${pageScope.modelIntroduceUrl == null || fun:length(pageScope.modelIntroduceUrl) < 1 }">
<c:set var="modelIntroduceUrl" value="" scope="page"/>
</c:when>
<c:otherwise>
<c:set var="modelIntroduceUrl" value="${CONTEXT_PATH}${pageScope.modelIntroduceUrl}" scope="page"/>
</c:otherwise>
</c:choose>
<IFRAME name="main" scrolling="yes" style="VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%" src="${pageScope.modelIntroduceUrl}" frameBorder=0>
</IFRAME>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -