📄 keywords.table
字号:
# main keywords@begin mainTable 41# typesnull NULLTOKENtrue TRUETOKENfalse FALSETOKEN# keywordsbreak BREAKcase CASEcatch CATCHconst CONSTTOKENdefault DEFAULTfinally FINALLYfor FORinstanceof INSTANCEOFnew NEWvar VARcontinue CONTINUEfunction FUNCTIONreturn RETURNvoid VOIDTOKENdelete DELETETOKENif IFthis THISTOKENdo DOwhile WHILEelse ELSEin INTOKENswitch SWITCHthrow THROWtry TRYtypeof TYPEOFwith WITHdebugger DEBUGGER# reserved for future useclass RESERVEDenum RESERVEDexport RESERVEDextends RESERVEDimport RESERVEDsuper RESERVED# these words are reserved for future use in the ECMA spec, but not in WinIE# (see http://bugs.webkit.org/show_bug.cgi?id=6179)# abstract RESERVED# boolean RESERVED# byte RESERVED# char RESERVED# double RESERVED# final RESERVED# float RESERVED# goto RESERVED# implements RESERVED# int RESERVED# interface RESERVED# long RESERVED# native RESERVED# package RESERVED# private RESERVED# protected RESERVED# public RESERVED# short RESERVED# static RESERVED# synchronized RESERVED# throws RESERVED# transient RESERVED# volatile RESERVED@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -