摘要:
NSHTTPCookie *cookie;
NSHTTPCookieStorage *cookieJar = [NSHTTPCookieStorage sharedHTTPCookieStorage];
NSArray *cookieAry = [cookieJar cookiesForURL: [NSURL URLWithString: @"http://api.m.taobao.com"]];
for (cookie in cookieAry) {
[cookieJar deleteCookie: cookie];
} 阅读全文
posted @ 2011-06-23 13:50
禚来强
阅读(602)
评论(0)
推荐(0)
浙公网安备 33010602011771号