阅读背景:

不能将delete按钮添加到表中的所有行中?

来源:互联网 
function GetEmp() {
 $.ajax({
     type: "POST",
     url: "EMService.asmx/GetEmployee",
     data: '{}',
     contentType: "application/json; charset=utf-8",
     dataType: "json",
     success: function(msg, status, metaData) {
            if (msg.d && msg.d.length > 0) {
                BindTable(msg.d); 
            }
        },
 });
}
function GetEmp() {
 $.ajax({
     type: "POST"



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: