阅读量:12
在Java中,toLowerCase()
方法用于将字符串中的所有字符转换为小写字母。该方法返回一个新的字符串,原始字符串不会被修改。
示例:
String str = "Hello World"; String lowerCaseStr = str.toLowerCase(); System.out.println(lowerCaseStr); // 输出 "hello world"
在Java中,toLowerCase()
方法用于将字符串中的所有字符转换为小写字母。该方法返回一个新的字符串,原始字符串不会被修改。
示例:
String str = "Hello World"; String lowerCaseStr = str.toLowerCase(); System.out.println(lowerCaseStr); // 输出 "hello world"
为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!