?? success.jsp
字號:
<%@ page language="java" contentType="text/html; charset=GB2312" pageEncoding="GB2312"%><html><head><meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<LINK href="../res/css/main.css" rel=stylesheet><title>成功消息</title>
<%String location=(String)request.getAttribute("location");
%>
</head><body>
<div align=center>
<li><%=request.getAttribute("successMSG")%><%if (location!=null){ %>
<li><a href="info_teacher.jsp">確定</a></li>
<%}%>
</div></body></html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -