摘要: 1. String方法 1.1 String类下面的方法 1.1.1 equals(object obj) 返回值为Boolean类型 语法格式 判断字符串是否相等String str = "abc";String str1 = "abc";str.equals(str1);返回值为true或fal 阅读全文
posted @ 2022-07-29 20:17 早睡晚起身体好 阅读(55) 评论(0) 推荐(0)