public class AppMain {
public static void main(String[] args) {
System.out.println("hello word");
}
}
输出:hello word
public class AppMain {
public static void main(String[] args) {
System.out.println("hello word");
}
}
输出:hello word

被折叠的 条评论
为什么被折叠?