摘要: public class LetterAndNumberCount { public static void main(String[] args) { Count("FJJgjsgfsd543632"); count1("SFsefgdg2354354fsdf"); } public static void Count(String st... 阅读全文
posted @ 2018-11-26 17:18 黑夜的黎明曙光 阅读(449) 评论(0) 推荐(0)
摘要: package demo_取部分字符串将其转换大小写; public class toUpperCaseAndtoLowerCase { public static void main(String[] args) { toConvert("sdfdsgre"); } /** * 方法1 使用substring方法取字符 ... 阅读全文
posted @ 2018-11-26 15:49 黑夜的黎明曙光 阅读(672) 评论(0) 推荐(0)