1.java 怎样从一个string字符串中判断某个字母出现的次数 String str = "how old are you";int x = 0; //遍历数组的每个元素 for(int i=0;i<=str.length()-1;i++){Strin……