jQuery对象Ajax的支持
jQuery对Ajax进行封装,提供了$.ajax()方法
语法:$.ajax(options)
Ajax函数的使用
Ajax函数的详细说明
"error" :function(xmlhttp, errorText){
if(xmlhttp.status !=200){
alert("请求错误")
}