主题:怎么总是出现这些错!帮帮我,谢谢!
org.apache.jasper.JasperException: Exception in JSP: /count.jsp:8
5: <p align="left"><font size="8" color="blue">Application Example,欢迎你!</font></p>
6: <hr>
7: <%
8: String counter = (String)application.getAttribute("counter");
9: if(counter!=null){
10: int t_countr=Integer.parseInt(counter);
11: t_countr+=1;
5: <p align="left"><font size="8" color="blue">Application Example,欢迎你!</font></p>
6: <hr>
7: <%
8: String counter = (String)application.getAttribute("counter");
9: if(counter!=null){
10: int t_countr=Integer.parseInt(counter);
11: t_countr+=1;