📄 submitsuccess.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%
//the result of resin and tomcat does not same with below usage.
//response.sendRedirect(request.getAttribute("url").toString());
//resin and tomcat support below usage or using next struts tag.
response.sendRedirect(request.getContextPath()+"/"+request.getAttribute("url").toString());
%>
<%--
<%@ include file="../../lybbs/jsp/common/include/taglibs.jsp" %>
<logic:redirect page="<%="/"+request.getAttribute("url").toString()%>"/>
--%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -