java封装一个类CountNumber,包含一个方法public int[] count(String s), 统计每个数字在字符串出现的次数

NoSuchKey