📄 chap1-5.htm
字号:
<html>
<head>
<title> 验证request对象使用</title>
</head>
<body bgcolor="FFCCFF">
<center>
<font size=5 color="red"> <font face="方正舒体">请输入信息: </font></font> <font face="方正舒体"><br>
</font><br>
<TABLE border="1">
<form action=requestTest.jsp >
<TR>
<TD width="81" height="30" align='left'><font size=4 face="宋体"> 姓 名 :</font></TD>
<TD width="155" height="30">
<input type=text name="name" size=22 ></TD>
<br>
</TR>
<TR>
<TD height="30" align='left'><font size=4 face="宋体"> 联系电话:</font></TD>
<TD height="30">
<input type=text name="phoneNumber" size=22></TD>
<br>
</TR>
<TR>
<TD height="30" colspan=2 align='center'>
<input type=submit name=action value="Submit"></TD>
</TR>
</form>
</table>
<br>
<font color="#008000" size=3 face="宋体"> 本程序将为用户显示对象request中包含的方法及参数的传递.</font>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -