04 2022 档案

摘要:int a = 1; a = a++; System.out.println(a); 运行结果:1 iconst_1 将常量 1 压入操作数栈。这个操作是 int 值为 1~5 的时候。如果是 -128~127 这个范围是用的 bipush x (x 为实际数值)。 -2^15~2^15-1 这个范 阅读全文
posted @ 2022-04-04 20:30 风餮 阅读(134) 评论(0) 推荐(0)