public class HelloWorld{
public static void main(String[] args){
System.out.println("hello world");
}
}
准备工作:
1安装eclipse
2建立project
3添加代码,注意类和方法
4编译
2021-10-22 02:20:09
public class HelloWorld{
public static void main(String[] args){
System.out.println("hello world");
}
}
准备工作:
1安装eclipse
2建立project
3添加代码,注意类和方法
4编译
下一篇:virtual 关键字