摘要: ##1,运算符和使用以及二进制的转化 public static void main(String[] args) { int a = 100; int b = 97; System.out.println(Integer.toBinaryString(a)); // 1100100 System. 阅读全文
posted @ 2020-06-02 15:01 被遗忘的优雅 阅读(160) 评论(0) 推荐(0) 编辑