2015年9月2日
摘要: public static void main(String[] args) { int count_abc=0,count_num=0,count_oth=0; //输入一串数 Scanner scan=new Scanner(System.in); String str = scan.next... 阅读全文
posted @ 2015-09-02 00:27 XZhe 阅读(1518) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;public class TestDemo { public static void main(String[] args) { Scanner sc = new Scanner(System.in);//键盘输入数字System.out.prin... 阅读全文
posted @ 2015-09-02 00:19 XZhe 阅读(265) 评论(0) 推荐(0) 编辑