Smartjax 是浏览器级别的 API 调用缓存插件。
示例代码:
Smartjax.ajax({ url:'http://httpbin.org/post', type: 'POST', data:{ a:1,b:2 }, store:"page" });