cookie

 

 

 

http://blog.sina.com.cn/s/blog_9075354e0101jhnh.html

 

Cookie[] cookies = request.getCookies()

if (cookies != null) {
for (int i = 0; i < cookies.length; i++) {
if (cookies[i].getName().equals("xx.xx")) {

 

posted @ 2016-07-12 16:14  搜索技术  阅读(181)  评论(0编辑  收藏  举报