直接打印null 的String 对象,会得到什么结果? String s = null; System.out.print(s);. 运行的结果是 null. 果然如书上说的没有抛出异常,而是打印 ...
確定! 回上一頁