String image = JavaFXApplication9.class.getResource("splash.jpg").toExternalForm();
root.setStyle(" -fx-background-image: url('" + image + "');
-fx-background-position: center center;
-fx-background-repeat: stretch;");
谁能帮我解决这个问题?:S 我已经尝试了很多。
我知道这是一个小错误。