public static void main(String[] args){
//在 main 方法中调用 print 方法
HelloWorld test=new HelloWorld();
test.print();
中的HelloWorld test=new HelloWorld();这句是起什么作用的额?
谢谢
_Exception
相关分类