📄 define
字号:
the #define preprocessor command creates a macro that can be expanded later
on in the file. For example, if you have the line:
#define apples oranges
Then every time the word 'apples' appears after that point, it will be
treated as if it were 'oranges'.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -