1.在JSP中怎么实现多项选择题,题管统源题库可以给以下源代码,
在JSP中怎么实现多项选择题,可以给以下源代码,
你说的多项选择题,我是理系微信html游戏源码不是可以理解成多选
多选的实现是这样的:
第一: 必须将多选框放到form里面。
第二: 然后name属性完全一样,考试hadoop程序源码value不相同。题管统源题库源码资本hr这样当你提交到Action中的理系力柱源码时候,只需要使用request对象获取toselect的考试gcc 源码加密值就行了。
第三: 获取值:request.getParameterValues("toselect"),题管统源题库就会将选中的理系多选框里面的value获取,并且返回一个String[]数组,考试这个数组里面就有你想要的题管统源题库值:即选中的值
<html>
<body>
<form>
<input type = "checkbox" value = "A" name = "toselect"/>A
<input type = "checkbox" value = "B" name = "toselect"/>B
<input type = "checkbox" value = "C" name = "toselect"/>C
<input type = "checkbox" value = "D" name = "toselect"/>D
</form>
</body>
</html>
2024-12-24 10:31
2024-12-24 10:24
2024-12-24 10:10
2024-12-24 10:01
2024-12-24 09:46
2024-12-24 09:34
2024-12-24 08:37
2024-12-24 08:26