# Object - TCookieCollection Cookie 集合 ## `TCookieCollection` 声明:class TCookieCollection 内置对象 ### `add()` 声明:function 添加Cookie 可见性:public 返回:TCookie ### `clear()` 声明:function 删除所有的Cookie 可见性:public 返回:any ### `items(index)` 声明:function 取指定序号的Cookie 可见性:public | 参数 | 类型 | 说明 | | --- | --- | --- | | `index` | any | index | 返回:TCookie ### `Count` 声明:property 包括Cookie的个数 可见性:public 类型:integer 访问:read ### `WebResponse` 声明:property 返回WebResponse对象 可见性:public 类型:TWebResponse 访问:read