JSON + Ajax [记录]

 

 

 


function delAjx(id) {
    $.post("/Api/sysInterface/deleteInterface", {
        id: id
    }, function (res) {
        if (res.httpCode == 200 && res.data) {
            g.alert('删除成功!');
            g.open('/portMgmt/portMgmt.html');
        } else {
            g.alert('删除失败请重试!')
        }
    });
}

 

 

 

http://www.json.cn/


$.each(data.data.resultList,function (k,v) { }) 45748645645:[]

posted @ 2017-09-30 17:39  丶七月小先生丶  阅读(131)  评论(0编辑  收藏  举报