📄 number.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 'photo.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>
<form action="<%=request.getContextPath() %>/modifynumberAction.do" method="post" name="fr" style="display:inline">
<table width="790" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="25" colspan="2"><div align="left"><span class="STYLE2"> <span class="STYLE3">用户分机号设置</span> </span></div></td>
</tr>
<tr>
<td width="346" height="16"><div align="center">请输入用户名:
<input name="username" type="text" value="" size="15" maxlength="10" />
</div></td>
<td width="441"></td>
</tr>
<tr>
<td height="25"><div align="center">请输入分机号:
<input name="number" type="text" value="" size="15" maxlength="10" />
</div></td>
<td height="25">
<input type="submit" name="Submit2" value="查 询" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -