$.ajax({type:"GET",url:service_url,dataType:"xml",data:"ParamId="+FormId.value,processData:false,xhrFields:{withCredentials:true},error:function(XMLHttpRequest,textStatus,errorThrown){ajaxError(XMLHttpRequest,textStatus,errorThrown);},success...
查看全文