CookieUtils
constCookieUtils:object
Defined in: webstorage/cookie/index.ts:17
Cookie 工具函数
引入
函数列表
Type Declaration
get()
get(
name):string|null
获取 Cookie 值
类型签名
Parameters
Returns
string | null
Cookie 值,如果不存在则返回 null
Example
set()
set(
name,value):void
设置 Cookie 值
类型签名
Parameters
Returns
void

