所以Java 为String 搞了一个String Pool,对于程序中,你这样定义的字符 String s1 = "iSharkFly" ;这个数据是存储在String Pool 里面的。 因为String 在 ...
確定! 回上一頁