Fork me on GitHub
摘要: 题库来源 计算字符个数 写出一个程序,接受一个由字母和数字组成的字符串,和一个字符,然后输出输入字符串中含有该字符的个数。不区分大小写。 public static void main(String[] args) { Scanner sc = new Scanner(System.in); whi 阅读全文
posted @ 2020-08-15 01:29 园狐 阅读(1359) 评论(1) 推荐(0)