Jus*_*oud 5 javascript cookies jquery-cookie
在这里使用jQuery.cookie:
// Do stuff
$.cookie('something', 'yes', {
domain: 'example.com',
httpOnly: false,
path: '/',
expires: 10,
secure: true
});
// Do other stuff...including using the cookie value right away
Run Code Online (Sandbox Code Playgroud)
所有浏览器都做同样的事情吗?
| 归档时间: |
|
| 查看次数: |
2280 次 |
| 最近记录: |