$.ajax({url:"/front/wxpay/unifiedOrderNotify",type:"POST",data:xml,processData:false,//可选,避免数据被转换contentType:"text/xml",//必须success:function(data){alert(data);}});