摘要: 过滤器实现权限控制 关键思路就是首先你要确定你要给哪些页面放行,就给这部分dofilter() 例如: 比如:我现在有三个页面 hello.jsp index.jsp login.jsp 那么一开始都是进入index.jsp页面,但是只有登录成功者才能进入hello.jsp 所以除了hello.js 阅读全文
posted @ 2018-05-12 16:06 xtu熊大 阅读(990) 评论(0) 推荐(0)