日期:2014-05-16 浏览次数:20778 次
var cache={}; function ajax(url){ if(cache[url]){}//存在cache,直接使用cache[url] else{}//ajax请求代码,并且在回调函数中设置cache[url]=ajax返回值 }