?? ch3-5a.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<title>定義application中的數(shù)據(jù)</title>
<body>
<p>
<%@page import="java.util.*"%>
<%
String myimg=request.getParameter("myimg");
String bt1=request.getParameter("bt1");
String bt2=request.getParameter("bt2");
String bt3=request.getParameter("bt3");
String mytext1=request.getParameter("text1");
String mytext2=request.getParameter("text2");
String mytext3=request.getParameter("text3");
application.setAttribute("dirimg",myimg);
application.setAttribute("bt1",bt1);
application.setAttribute("bt2",bt2);
application.setAttribute("bt3",bt3);
application.setAttribute("dirtext1",mytext1);
application.setAttribute("dirtext2",mytext2);
application.setAttribute("dirtext3",mytext3);
out.print("更新完成。二秒鐘后進(jìn)入更新后的網(wǎng)頁<P>");
response.setHeader("Refresh","2;URL=ch3-5b.jsp");
%>
</p>
<p><a href="ch3-5b.jsp">查看</a></p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -