1 回答
田心枫
TA贡献1064条经验 获得超383个赞
那要看你用什么请求了,比如ajax请求接口:
$.ajax({
type: "get",
/**data: data ajax请求的参数**/
data: data,
url: "/DEVOPS/index.php/Monitor/delTable",
dataType: "text",
success: function(d){
successfn(d);
},
error: function(e){
errorfn(e);
}
});添加回答
举报
0/150
提交
取消
