摘要: 1.获取用户上次登陆的时间 Cookie cookies =request.getCookie(); boolean b=false; if(cookies!=NULL){ for(Cookie cookie:cookies){ String name=cookie.getName(); if("l 阅读全文
posted @ 2017-04-11 10:51 杨丹浩 阅读(157) 评论(0) 推荐(0)