public void print(){ System.out.println("hello world"); } public static void main(String[] args) { helloworld test=new helloworld(); test.print(); } }
一条小咸鱼
相关分类