2024年2月4日

二进制转十进制

摘要: public class Test09 { public static void main(String[] args) { //0b 表示二进制 System.out.println(0b11111111111111111111111111111111); // 运行结果: -1 } } 阅读全文

posted @ 2024-02-04 20:56 ~码铃薯~ 阅读(3) 评论(0) 推荐(0) 编辑

导航