輸入一行字符,分別統計出其中英文字母、空格、數字和其它字符的個數。
public static void main(String[] args) { //輸入一行字符,分別統計出其中英文字母、空格、數字和其它字符的個數。 String str="ABab哈哈 123, ...
public static void main(String[] args) { //輸入一行字符,分別統計出其中英文字母、空格、數字和其它字符的個數。 String str="ABab哈哈 123, ...