2013年10月14日

摘要: 1、查询某个指定的cookie 1 package com.sun.etalk.cookie; 2 3 import javax.servlet.http.Cookie; 4 5 public class CookieUtils { 6 /** 7 * 在Cookie数组中查找指定name cookie 8 */ 9 public static Cookie findCookie(Cookie[] cookies, String name){10 if(cookies == null){11 return null... 阅读全文

posted @ 2013-10-14 11:53 炫谷 阅读(387) 评论(0) 推荐(0) 编辑


Copyright © 2024 炫谷
Powered by .NET 8.0 on Kubernetes