?? index.jsp
字號:
<!--function:操作成功頁面
author:bao
-->
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<script language="javascript" type="text/javascript">
function returnPage(){
setTimeout("window.location.href='<%=path%>/Selevet.do?action=SYS_LOGON'", 0);
}
</script>
</head>
<body onload="returnPage();">
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -