📄 byte.bc
字号:
0 iconst_0 //Push 0.
1 newarray byte //Pop 0 and create a new byte array with
//size 0. Push the newly created array
//reference(lock).
3 astore_1 //Pop the array reference(lock) and store it
//at index 1 of the local variable table.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -