static AtomicInteger count = new AtomicInteger(0); public void fun(List<String> strings){ for(String str : strings){ new Thread(()->{ char[]strChar = str.toCharArray(); for(char s : strChar){ if(s == 'a'){ count.incrementAndGet(); } } }).start(); } } 这么写呗
点赞 1

相关推荐

八极星:我看成了化身一团黑子哈哈哈😂
点赞 评论 收藏
分享
牛客网
牛客企业服务