摘要: 原文链接 字节码 助记符 指令含义 0x00 nop None 0x01 aconst_null 将null推送至栈顶 0x02 iconst_m1 将int型-1推送至栈顶 0x03 iconst_0 将int型0推送至栈顶 0x04 iconst_1 将int型1推送至栈顶 0x05 icons 阅读全文
posted @ 2021-04-18 21:14 我见青山应如是 阅读(109) 评论(0) 推荐(0) 编辑