string转int问题,我这边一直出错。
geian 2009-10-17 02:29:32 org.apache.jasper.JasperException: An exception occurred processing JSP page /FSCX/FSLR.jsp at line 80
77: <form action="mid_lr.jsp" method="post">
78: <%
79: String num_1 = request.getParameter("number_lr");
80: int j = new Integer(num_1).intValue();
81: for (int i = 0; i < j; i++) {
82: out.println("<tr height=\"15\">");
83: out