** 在jsp中 判断cookie中是否有值,从而回显登录页的记住密码是否选中 直接用一个三元运算符就可以 <input type="checkbox" style="height:15px;width: 15px " name="remember" ${empty cookie.cookieName?"":"checked"}/>记住密码