2012年06月11 - I am trying to use .Find and .FindNext to search through a single column of data. I first need to find the first cell containing the value "Total". Th
2017年07月08 - :Scanner sc = new Scanner(System.in);3)调用方法: int i = sc.nextInt(); //1,用来接收控制台录入的数字 String s = sc.next(); //2,用来接收控制台录入的字符串了解完Scanner类,请看使用案例