正确的写法:
@Override
public void init() throws ServletException {
// Put your code here
}
你写的是Init(),并没有覆盖父类的方法,请求servlet是没有调用,因此conn为null,想知道是否覆盖请在方法上面写上 @Override检测。
若果解决了你的问题,请百度tomorrowshine注册关注我的网站或者关注我的新浪微博:tomorrowshine,以便更好交流,谢谢~
没有执行init()方法,conn肯定是空的了,必然跳到2222,你在dopost代码里第一行写上Init()