1.一个简单的java应用程序

1 public class FirstSample {
2 
3     public static void main(String[] args) {
4         // TODO Auto-generated method stub
5         System.out.println("hello world");
6     }
7 
8 }
View Code

相关文章:

  • 2022-12-23
  • 2022-01-13
  • 2022-01-01
  • 2022-12-23
  • 2022-02-02
  • 2021-11-17
  • 2021-09-14
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2022-12-23
  • 2021-10-16
  • 2021-07-10
  • 2021-12-29
  • 2021-12-27
  • 2022-02-18
相关资源
相似解决方案