Bootstrap-table获取选中行数据董德多2017年10月9日0 Bootstrap-table获取选中行数据函数: function getIdSelections() { return $.map($table.bootstrapTable(getSelections), function (row) { return row.id//返回数据行中的id值 });} 在需要获取选中行数据的位置调用上述函