@lzwme/fe-utils
Preparing search index...
index
setCookie
Function setCookie
setCookie
(
name
:
string
,
value
:
string
,
options
?:
{
domain
?:
string
;
expires
?:
number
|
Date
;
path
?:
string
;
sameSite
?:
"lax"
|
"strict"
|
"none"
;
secure
?:
boolean
;
}
,
)
:
boolean
将 cookie 设置到浏览器
Parameters
name
:
string
cookie 名称
value
:
string
cookie 值
options
:
{
domain
?:
string
;
expires
?:
number
|
Date
;
path
?:
string
;
sameSite
?:
"lax"
|
"strict"
|
"none"
;
secure
?:
boolean
;
}
= {}
cookie 选项
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lzwme/fe-utils
Loading...
将 cookie 设置到浏览器