不用做成数组
<input type="checkbox" name="chk">
<input type="checkbox" name="chk">
<input type="checkbox" name="chk">
<input type="checkbox" name="chk">
<input type="checkbox" name="chk">
这个页面你只要submit给下一个jsp页面
在那个jsp页面里,你用
<%
   String[] arr = request.getParameterValues("chk");
%>
就能得到