程序改錯:功能:輸入一個字符串,過濾此串,濾掉字母字符,并統(tǒng)計新生成串中包含的字符個數(shù)。 例如:輸入的字符串為ab234$df4,則輸出為: The new string is 234$4 There are 5 char in the new string.。