1.直接上类代码:
import javax.servlet.http.*;
public class listenTest implements HttpSessionListener{
public static int count; --此处定义了静态变量
public listenTest() {
super();
// TODO Auto-generated cons;tructor stub
count=0;
}....
2.在网页中引用的格式:
<%=listenTest.count %>
3.在运行网页进行测试时的错误:
An error occurred at line: 113 in the jsp file: /index.jsp
listenTest cannot be resolved to a variable
110:
111: <%/**涓嬮溃涓鸿〃鍗曞强鍙傛暟銆佽烦杞祴璇�/ %>
112: <% out.print("--------------------------琛ㄥ崟娴嬭瘯 -----------------------------------------"); %>
113: <%=listenTest.count %>
114:
115:
116: <form name="form1" action="x.ao" method="post"><br>
繁花不似锦
相关分类