?? commandword.java
字號:
/** * Representations for all the valid command words for the game. * * @author Michael Kolling and David J. Barnes * @version 2006.03.30 */public enum CommandWord{ // A value for each command word, plus one for unrecognised // commands. GO, QUIT, HELP, UNKNOWN;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -