考虑这段代码:$.ajax({url:"http://x.com/api/AnnouncementCategory/Save",type:"Post",success:function(data){//GrabourdatafromGroundControlalert(data);},error:function(event){//Ifanyerrorsoccurred-detailthemherealert("Transmissionfailed.(Anerrorhasoccurred)");}});通过上面的代码,我们可以跨域发布数据,一切正常。但是当我使用这段代码时:$.post