xuqiudong
$.ajax( url,{
type:"post",
   data:{},
}) .done(function() { alert("success"); }) .fail(function() { alert("error"); }) .always(function() { alert("complete"); });

分类:

技术点:

相关文章: