摘要: Java中的位操作 static int Integer.bitCount(); // 统计 1 的数量 static int Integer.highestOneBit(); // 获得最高位 static String toBinaryString(int i); // 转换为二进制表示的字符串 阅读全文
posted @ 2022-05-09 18:39 小白的学习 阅读(36) 评论(0) 推荐(0)