文章分类 -  ajax

摘要:jQuery之异步Ajax请求使用 $.ajax({type:'',data:'',async:''...}) 参数: 1.cache: true缓存页面 false 不缓存页面 (默认: true,dataType为script和jsonp时默认为false) 1.type: GET /POST 阅读全文
posted @ 2017-06-07 17:27 妍柒柒