index.jsp

来自「采用jsp编写的企业计量设备管理系统」· JSP 代码 · 共 15 行

JSP
15
字号
<%@ include file="/common/taglibs.jsp"%>

<%-- 
You can use this logic if you're running your app on 80 & 443,
but IE seems to have issues when running on non-standard ports
and spits up a Server Not Found error 
--%>

<c:if test="${applicationScope.secureLogin == 'true'}">
    <pgmm:secure/>
</c:if>

<c:redirect url="/mainPage.html"/>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?