一文快速了解JQuery中的AJAX $.ajax({url:"http://www.microsoft.com",//请求的url地址dataType:"json",//返回格式为jsonasync:true,//请求是 jquery中的ajax