想问一下对象有没有值,对象引用又是什么意思
HelloWorld mo = new HelloWorld();
mo就是引用, 他有值 ,他的值是该对象在内存中的地址, 你通过操作引用mo操作在内存中的对象