为了账号安全,请及时绑定邮箱和手机立即绑定

这个错误怎么解决

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: An exception occurred processing [/object_out/cookie.jsp] at line [13]

10: 	<%
11: 	request.setCharacterEncoding("utf-8");
12: 		String[] isUseCookie = request.getParameterValues("isChecked");
13: 		if ((isUseCookie!=null) || (isUseCookie.length > 0)) {
14: 			String username = request.getParameter("username");
html标签
<td><input type="checkbox" name="isChecked" checked="checked" value="">记住密码</td>



15: 			String password = request.getParameter("password");
16: 			Cookie usernameCookie = new Cookie("username", username);//使用cookie


正在回答

1 回答

||逻辑改成&&

0 回复 有任何疑惑可以回复我~
#1

慕移动4778644 提问者

非常感谢!
2018-04-06 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个错误怎么解决

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信