摘要: //设置AJAX的全局默认选项 $.ajaxSetup( { url: "/index.html" , // 默认URL aysnc: false , // 默认同步加载 type: "POST" , // 默认使用POST方式 headers: { // 默认添加请求头 "Author": "CodePlayer" , "Powe... 阅读全文
posted @ 2017-08-24 14:10 LBO.net 阅读(180) 评论(0) 推荐(0)
//返回顶部