1
0
1. 引用操縱對象 String s;這里只是創(chuàng)建了引用而不是對象溶诞,此時向s發(fā)送消息會返回一個運行時錯誤忘蟹,String s = new String('asdf'); or ...