你可以试下我这个方法: $.ajax({ url: "后台方法(注意这个是URL,不是name!!!)", data: "你的方法的参数", type: "post", global: false, success: function (data) { date表传回数据 } });