public class Code {
public static void main(String[] args) {
System.out.println("hello");
}
}
不要让别人知道你的想法
《教父》
本文展示了一个简单的Java程序,该程序使用System.out.println()方法在控制台上打印出hello字样。这段代码适合作为初学者了解Java基本语法的示例。
public class Code {
public static void main(String[] args) {
System.out.println("hello");
}
}
不要让别人知道你的想法
《教父》
3851
1984

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