官方演示地址:http://issues.wenzhixin.net.cn/bootstrap-table/methods/check-uncheck.html
功能描述:選中或反選當前頁的對應行數的數據
Check/Uncheck a row, the row index start with 0.
$table.bootstrapTable('check', rowindex);
$table.bootstrapTable('uncheck', rowindex);
rowindex表示當前頁的數據的第rowindex行