1
0
1. 引用操纵对象 String s;这里只是创建了引用而不是对象,此时向s发送消息会返回一个运行时错误,String s = new String('asdf'); or ...
写了 5896 字,被 5 人关注,获得了 4 个喜欢