Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在一个项目中创建一个看起来像这样的 javafx tableView: JavaFX TableView - Conditions -> Modes
我想从表中取出所有元素并将它们变成一个二维数组,如下所示:[[A-> C],[B->D]]。