function edit(){ // 获取当前行 var row=$("#mytab").bootstrapTable('getSelections'); alert(row[0].project_name) }
以上代码根本没有反应,有人知道原因吗?