【jQuery】ajax提交xml
$.ajax({ url : "/front/wxpay/unifiedOrderNotify", type : "POST", data : xml, processData: false, //可选, 避免数据被转换 contentType : "text/xml", //必须 success : function(data){ alert(data); } });
名称栏目:【jQuery】ajax提交xml
转载注明:http://www.ncyilong.com/article/jocdoo.html