From source file:Main.java public static void main(String[] args) { Color myColor = Color.RED; System.out.println(myColor.getRGB()); } ...
確定! 回上一頁