官方演示地址: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行