参考:http://www.css88.com/jqapi-1.9/jQuery.ajax/ http://www.cnblogs.com/haitao-fan/p/3908973.html 1.常用格式化 $.ajax({ url:url, type:'POST', method :'POST',//jq 1.9 添加属性 ,type 的别名,1.9之前用 type async:true,//是否异步处理,同步会锁定浏览器 crossDomain:false,//是否跨域 dataType:"…