代码: function GetMultiLineSelectTable(tableId, selectIds) { var table = $(tableId); var url = table.data('url'); var ischeckbox = false; //获取数据项名称 var fileds = new Array(); table.children('thead').children('tr').children('th').each(function (index, el…