自己使用位图算法原理实现如下,轻量级 public static void countMethod2(String input) { byte[] btArr = new byte[127]; char[] chars = input.toCharArray();  ...