返回所得到的由Web(HTTP)服务器返回的页面头部信息:
Server:Microsoft-IIS/5.1
X-Powered-By:ASP.NET
Date:Sat, 07 Jun 2003 23:23:06 GMT
Content-Type:text/xml
Accept-Ranges:bytes
Last Modified:Sat, 06 Jun 2003 17:19:04 GMT
ETag:”a0e2eeba4f2cc31:97f”
Content-Length:9
Set-Cookie: ASPSESSIONID=XXXXXXXXXXXXX; Path=/;
Set-Cookie: *****(未知名称)=XXXXXXXXXXXXX; Path=/;
问题:不难看出,有两个Set-Cookie(有时更多),关键是怎样分别取出来?HttpObject.getResponseHeader("Set-Cookie")只能取出一个值.