0.1.7 • Published 4 years ago

imcookie v0.1.7

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

快速上手

安装

npm install imcookie

页面引入imcookie

页面引入操作 import { getCookie } from "imcookie" ;

api方法使用

参数

  • 设置cookie,参数:key(名称)必填项,value(值)必填项,hour(过期时间)小时,非必填,留空则为默认

    setCookie("key",value,hour);

  • 获取cookie,参数:key(名称)必填项*

    getCookie("key");

  • 删除某个cookie,参数:key(名称)必填项*

    removeCookie("key");

  • 获取所有cookie的key,参数:无

    getKeysCookie();

  • 清空所有cookie,参数:无

    clearCookie();

使用实例

setCookie("key","我是cookie的值")
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago