Files
playbook/skills/tsl-api-reference/references/codegen/builtin/object/tcookiecollection.md
T
csh 9010829c6d feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references.

Keep the existing generated index without rebuilding after signature normalization.
2026-08-10 18:26:24 +08:00

66 lines
698 B
Markdown

# 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