摘要: 拓展 package com.zhen.base; public class Demo06 { public static void main(String[] args) { //整数拓展; 进制 二进制0b 八进制0 十六进制0X int x = 10; int y = 010; //二进制 i 阅读全文
posted @ 2022-04-15 21:02 北落君 阅读(29) 评论(0) 推荐(0)