1.插件
下载地址:http://github.com/carhartl/jquery-cookie/zipball/v1.4.1
使用文档:jquery-cookie(github.com)
2.存储
初学前端用的是localStorage和sessionStorage,后来又引入了cookie进行存储。
localStorage使用如下

sessionStorage使用如下


3.json


json字符串是后端返回给我们的数据,我们自己需要转为json对象

效果

4.原生Ajax

get请求

res的状态

post请求

5.jquery的ajax
get和postd的区别


17万+

被折叠的 条评论
为什么被折叠?



