fadetoblack.java
来自「java中的一些难题」· Java 代码 · 共 18 行
JAVA
18 行
public class FadeToBlack {
// This method should read and print the value of the field Z in class X.Y
public static void main(String[] args){
}
}
class X {
static class Y {
static String Z = "Black";
}
static C Y = new C();
}
class C {
String Z = "White";
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?