我有一個問題,我真的不知道如何在JavaFX的Label中新增多行。 例如: Label label = new Label(); for(int i= 0; i<10; i++){ label.setText(Integer.toString(i)); }
確定! 回上一頁