原生ajax编写 $.ajax({ url: , type: '', dataType: '', data: { }, success: function(){ }, error: function(){ } })