会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
趁好天时
博客园
首页
新随笔
联系
管理
订阅
2021年10月9日
数据类型扩展及面试题
摘要: public class Demo3 { public static void main(String[] argus){ //整数扩展:进制 二进制0b 十进制 八进制0 十六进制0x int i=10; int i2=010;//八进制0 int i3=0x10;//十六进制0x System.
阅读全文
posted @ 2021-10-09 23:41 趁好天时
阅读(26)
评论(0)
推荐(0)
公告