返回选中行号:
bookTypeTable.getSelectedRow(); //返回int
返回目标位置的值:
bookTypeTable.getValueAt(rowNumber,colo); //返回Object