?? update.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'update.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<center>
<form action="gg" method="post">
<h2> 請輸入你要新增的員工信息</h2> <br>
請輸入員工編號:<input type="text" name="empno" > <br>
請輸入員工姓名:<input type="text" name="ename" > <br>
請輸入員工職業:<input type="text" name="job" > <br>
請輸入員工MGR:<input type="text" name="mgr" > <br>
<!-- 請輸入員工雇用日期:<input type="text" name="hiredate" > <br>
請輸入員工薪水:<input type="text" name="sal" > <br>
請輸入員工補貼:<input type="text" name="comm" > <br>
請輸入員工部門號:<input type="text" name="deptno" > <br> -->
請再次確定: <select name="select">
<option>update</option>
</select> <br>
<input type="submit" value="提交">
<input type="reset" value="重設">
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -