输入一个字符串,统计小写字母,大写字母,数字,其余出现的次数

public class upLowCount { public static void main(String[] args) { String sts2="aswQW!12"; //定义返回的个数 int count1, count2, count3, count4; count1 = count2 =
相关文章
相关标签/搜索