Skip to content

Cookies.get(name)

获取指定名称Cookie

添加版本

1.0.9

例子

javascript
//test='1111';_gxx:'xxxxx.xxxx.xxx'
Cookies.getAll('test');
//=> '1111'