2018-12-27 14:19:47 By 張○○. 判斷是不是null的寫法若寫成這樣是會丟出exception:. String st; if( st.isEmpty()){...} 正確的寫法是這樣: if( st==null){...}.
確定! 回上一頁