JUC计数器(加法和减法)
1、减法计数器 public static void main(String []args) throws InterruptedException { CountDownLatch countDownLatch = new CountDownLatch(6); for (int i = 1;i<=6;i++){ new Thread(()->{ System.out.println