用request的方法返回的字符串在if的判断中出错
用字符串的长度判断为什么出错?
String name=request.getParameter("username");
if(name.length()!=0)
{
out.println("登陆成功");
}
用字符串的长度判断为什么出错?
String name=request.getParameter("username");
if(name.length()!=0)
{
out.println("登陆成功");
}
2017-11-24
举报