- Source:
Methods
-
<inner> get(key)
-
获取cookie的值
Parameters:
Name Type Description keyString cookie对应的key
- Source:
Returns:
cookie key对应的value
- Type
- String
-
<inner> set(key, value, expires)
-
设置cookie
Parameters:
Name Type Description keyString cookie对应的key
valueString cookie对应的value
expiresDate 过期时间
- Source:
-
<inner> unset(key)
-
删除cookie
Parameters:
Name Type Description keyString cookie对应的key
- Source: