如何你是自己写实现AbstractTableModel接口的TableModel你可以用这个方法:fireTableDataChanged()相关的方法还有:fireTableRowsDeleted(int firstRow, int lastRow) fireTableRowsInserted(int firstRow, int lastRow)fireTableRowsUpdated(int firstRow, int lastRow) fireTableCellUpdated(int row, int column) 等等, 更多相关信息你可以查询API中AbstractTableModel接口部分