摘要: 二进制前置0b,八进制前置0,十六进制前置0x public class Demo01 { public static void main(String[] args) { // 定义一个整数变量i1,赋值为10 int i1 = 10; // 定义一个整数变量i2,赋值为二进制数0101 int 阅读全文
posted @ 2025-08-02 21:40 阿飞bean 阅读(21) 评论(0) 推荐(0)