tongs:cookie 实用程序

时间:2024-07-03 00:48:28
【文件属性】:

文件名称:tongs:cookie 实用程序

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-03 00:48:28

JavaScript

钳 cookie 实用程序。 不要依赖jquery。 动机 jquery-cookie 太棒了!! 但是 jquery .... 构建状态矩阵 安装 浏览器 < script src =" /path/to/tongs.js " > </ script > 新产品经理 npm install tongs var tongs = require('tongs'); 用法 设置饼干: tongs ( ) . cookie ( 'name' , 'value' ) ; 使用选项设置 cookie: tongs ( ) . cookie ( 'name' , 'value' , { expires : 7 , path : '/' } ) ; 获取饼干: tongs ( ) . cookie ( 'name' ) ; // => value tongs ( ) . cooki


【文件预览】:
tongs-master
----.travis.yml(314B)
----package.json(1KB)
----test()
--------unit()
--------e2e()
----src()
--------tongs.js(3KB)
----browser()
--------index.html(107B)
--------tongs.js(3KB)
----.gitignore(37B)
----karma.conf.js(2KB)
----README.md(2KB)

网友评论