Object类型编译基本类型
摘要:
byte&short&int Object a = 1; // 字节码 0 iconst_1 1 invokestatic #2 <java/lang/Integer.valueOf> 4 astore_1 5 return Object a = 127; // 字节码 0 bipush 127 2 阅读全文
posted @ 2024-08-28 17:29 anpeiyong 阅读(2) 评论(0) 推荐(0) 编辑