使用if語句通過使用String = null或String.isEmpty()檢查字串是否為空時,有什麼區別嗎? 即: public String name; if(name == null) { //do ...
確定! 回上一頁