📄 validate.jsp
字号:
<%@ page import="net.meybo.mail.*" %>
<%@ page import="net.meybo.mail.client.*" %>
<%
ActiveUser user=(ActiveUser)session.getAttribute("user");
if(user==null) {//throw new Exception(java.net.URLEncoder.encode("操作超时!"));//
throw new Exception(new String("操作超时!".getBytes("iso-8859-1"),"utf-8"));
//throw new Exception("操作超时!");
}
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -