Skip to content

Home > @ailer/pocket > getCookie

getCookie() function

获取 Cookie

Signature:

typescript
getCookie: (name: string) => string | null

Parameters

Parameter

Type

Description

name

string

Cookie 名称

**Returns:**

string | null

如果找到 Cookie,则返回对应的值,否则返回 null

在 MIT 许可下发布