String 的 isEmpty() 與 null 與 "" 區別

代碼見分曉 public class demo { public static void main(String[] args) { String a = new String(); String b = ""; String c = null; test(a); test(b); test(c
相關文章
相關標籤/搜索