?? success.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>訂單處理結果</title>
</head>
<body>
<br>
<%
String success=(String)request.getAttribute("success");
String sign=(String)request.getParameter("sign");
%>
<%if(sign!=null){%>
<script language='javascript'>alert('<%=success%>');window.location.href='orderAction.do?action=0&sign=<%=sign%>';</script>
<%}else{%>
<script language='javascript'>alert('<%=success%>');window.location.href='orderAction.do?action=0';</script>
<%}%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -