?? example.html
字號(hào):
<html>
<head>
<TITLE>Example</TITLE>
</head>
<body bgcolor="WHITE">
<table border="2" cellpadding="2" align="center">
<tr><td width="275">
<H2>簡(jiǎn)單的Servlet</H2>
<br>
點(diǎn)擊"提交",調(diào)用Servlet
<br>
<!調(diào)用tomcat根目錄/webapps/examples/WEB-INF/classes/ExampServlet.class>
<form method="post" action="/servlet/ExampServlet">
<input type="text" name="DATA" size=30>
<p>
<input type="SUBMIT" value= "提交">
<input type="RESET" value= "重置">
</form>
</td></tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -