bootstrap table 獲取選中行數據 var a= $table.bootstrapTable('getSelections'); if(a.length==1){ console.log(a[0].id); }else{ alert("請選中一行") }bootstrap