📜  javascript hello world 堆栈溢出 - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:02:20.350000             🧑  作者: Mango
代码示例2
public class HelloWorldClass {
public static void main(String[] args)
{
System.out.println("Hello world!");
}
}