FXML
<TableView fx:id="table" prefHeight="500.0" prefWidth="1139.0" HBox.hgrow="ALWAYS">
<columns>
<TableColumn fx:id="ID" prefWidth="75.0" text="ID" />
<TableColumn fx:id="Username" prefWidth="153.0" text="用户名" />
<TableColumn fx:id="Password" prefWidth="154.0" text="密码" />
<TableColumn fx:id="Admin" prefWidth="73.0" text="管理员" />
<TableColumn fx:id="Time" prefWidth="155.0" text="注册时间" />
<TableColumn fx:id="Tel" prefWidth="179.0" text="联系号码" />