ParameterValues获取数组值代码示例

更新时间:2023-07-18 21:55:47 阅读: 评论:0

<form action="tt2.jsp" method="POST">短语
<lect name="two" multiple="multiple">
<option value="val1" lected="lected">Value 1</option>
<option value="val2" lected="lected">Value 2</option>
<option value="val3" lected="lected">Value 3</option>
<option value="val4" lected="lected">Value 4</option>
<option value="val5" lected="lected">Value 5</option>
</lect>
融资金额<input type="checkbox" name="three" value="chk1">Check 1<br/>
<input type="checkbox" name="three" value="chk2">Check 2<br/>
<input type="checkbox" name="three" value="chk3">Check 3<br/>
<input type="checkbox" name="three" value="chk4">Check 4<br/>
<input type="checkbox" name="three" value="chk5">Check 5<br/>
<input type="submit" value="Submit">
</form>
tt2.jsp
<%
世界上最大的半岛
String[] lected = ParameterValues("two");
if(lected != null){
for(int i=0; i<lected.length; i++){七下英语书单词表
课题研究计划out.write("<p>" + lected[i] + "<p>");
南京鸭血粉丝汤
}
}el{
out.write("<p> No value lected <p>");
}
String[] checked = ParameterValues("three");
if(checked != null){
for(int i=0; i<checked.length; i++){
out.write("<p>" + checked[i] + "<p>");
}晒版
}el{
out.write("<p> No value checked <p>");
}
%>
yanyu
注意: 下拉多选框如果没有选中状态,ParameterValues是取不到值的~!

本文发布于:2023-07-18 21:55:47,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1086887.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:选框   获取   课题   金额   半岛   英语书
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图