tzzt01

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年9月16日

摘要: 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 阅读(568) 评论(0) 推荐(0) 编辑