摘要:
class test { public static void main(String[] args) { String a = " "; //带有空格的字符串 if ( a.isEmpty() ) { System.out.println("empty"); } else { System.out 阅读全文
posted @ 2017-09-16 12:19
tzzt01
阅读(579)
评论(0)
推荐(0)
|
摘要:
class test { public static void main(String[] args) { String a = " "; //带有空格的字符串 if ( a.isEmpty() ) { System.out.println("empty"); } else { System.out 阅读全文
posted @ 2017-09-16 12:19
tzzt01
阅读(579)
评论(0)
推荐(0)
|