JSP投票清空总是出错,帮帮检查一下哪里出错!
发布网友
发布时间:2024-10-04 09:38
我来回答
共1个回答
热心网友
时间:2024-11-23 20:15
第二个submit改reset
<input type="reset" value="清零" name="COS">追问An error occurred at line: 17 in the jsp file: /1.jsp
cos cannot be resolved to a variable
14: }
15: %>
16: <%
17: if(cos!=null){
18: vote[0]=0;
19: vote[1]=0;
20: vote[2]=0;
怎么办?