假设我有这样的情况:我有一个TableView(tableAuthors)和两个TableColumns(Id和Name)。这是TableView使用的AuthorPropsPOJO:importjavafx.beans.property.SimpleIntegerProperty;importjavafx.beans.property.SimpleStringProperty;publicclassAuthorProps{privatefinalSimpleIntegerPropertyauthorsId;privatefinalSimpleStringPropertyauthors