?? object.bc
字號:
0 new #2 <Class java.lang.Object>
//Create an object of type java.lang.Object
//and push a reference to it(lock).
3 dup //Duplicate the top stack value and push it.
4 invokespecial #3 <Method java.lang.Object()>
//Pop the object reference(lock), and invoke
//its constructor.
7 astore_1 //Pop the object reference(lock) and store
//it at index 1 of the local variable table.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -