null 它是Java的關鍵字,它是大小寫敏感的,不能寫成NULL,Null等等。 ... public static void main(String[] args) { Integer isNull = null; ...
確定! 回上一頁