📄 0224-1.jsp
字号:
<html>
<body>
<form action="0224-2.jsp" method="post">
<table>
<tr>
<td><input type="checkbox" id="cb1" name="bookType" value="1"/>a</td>
<td><input type="checkbox" id="cb2" name="bookType" value="2"/>b</td>
<td><input type="checkbox" id="cb3" name="bookType" value="3"/>c</td>
</tr>
<tr>
<td><input type="submit" name="sub" value="sub"/></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -