?? form.jsp
字號:
<html>
<head>
<title> JSP Form </title>
</head>
<body>
<form method=post action="getparam.jsp">
<br>Your Name:<input type="text" name="name">
<br><input type="checkbox" name="favorite" value="Basketball">Basketball
<br><input type="checkbox" name="favorite" value="Football">Football
<br><input type="checkbox" name="favorite" value="Music">Music
<br><input type="checkbox" name="favorite" value="Reading">Reading
<br><input type="checkbox" name="favorite" value="PC Game">PC Game
<br><input type="submit" value="Submit">
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -