摘要:
package Code503;public class CodeStringGet { public static void main(String[] args) { //获取字符串的长度 int length = "huanduchenyu".length(); System.out.println("字符串的长度为:"+length); ... 阅读全文
posted @ 2019-05-03 22:40
Ssinoo団子
阅读(1949)
评论(0)
推荐(0)
摘要:
package Code503;import java.util.Scanner;/*题目:统计键盘输入的一个字符串中的数字,字母大小写和其他。 */public class CodeStringCount { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); ... 阅读全文
posted @ 2019-05-03 22:38
Ssinoo団子
阅读(2099)
评论(0)
推荐(1)

浙公网安备 33010602011771号