杨魅力
$.ajax({type: "Post",url: "a.jsp/方法名",data: "{'ID': '" + ids + "'}",//参数:值contentType: "application/json; charset=utf-8",dataType: "json",success: function (e) {try {g.loadData(true);alert('成功');} catch (e) { }},error: function (data) {data.error();}});