8888888888:8888888888

1 package Hzy; 2 3 public class StaticDemo05 { 4 public static void main(String args[]) { 5 new StaticDemo05().fun() ; 6 } 7 public void fun() { 8 System.out.println("Hello World!!!"); 9 } 10 }

转载于:https://www.cnblogs.com/kuangzhiwei/p/7899595.html

相关推荐

相关文章