Home > @ailer/pocket > getCookie
getCookie() function 
获取 Cookie
Signature:
typescript
getCookie: (name: string) => string | nullParameters 
Parameter  | Type  | Description  | 
|---|---|---|
name  | string  | Cookie 名称  | 
string | null
如果找到 Cookie,则返回对应的值,否则返回 null