Loading

摘要: if('\0' == b){ System.out.println("b为空字符"); }else{ System.out.println("判断不为空"); } String str = String.valueOf(b); if ("\0".equals(str)) { System.out.p 阅读全文
posted @ 2021-03-02 17:26 黑鱼非鱼 阅读(2805) 评论(0) 推荐(0)