📄 index.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -