public class Test {
public static void main(String[] args) {
String result = Color.RED.value();
System.out.println(result + "-aabbcc");
System.out.println(Color.valueOf("RED").value());
}
}
public class Test {
public static void main(String[] args) {
String result = Color.RED.value();
System.out.println(result + "-aabbcc");
System.out.println(Color.valueOf("RED").value());
}
}
本文标题:psvm
本文链接:https://www.haomeiwen.com/subject/awukfjtx.html
网友评论