?? client_update_param.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<jsp:useBean id="client" class="com.accp.oa.bean.Clientbean"
scope="page">
<jsp:setProperty name="client" property="*" />
</jsp:useBean>
<%
String path = request.getContextPath();
%>
<html>
<head>
<title>My JSP 'Client_Add_paramer.jsp' starting page</title>
</head>
<body>
<%
request.setAttribute("clientsbean", client);
%>
<jsp:forward page="/servlet/UpdateClientServlet" />
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -