Escape Sequences(转义序列)
转义字符`(回车键或重音符号)用于表示紧随其后的字符应按不同于通常的方式解释。该字符位于大多数英语键盘的左上角。
在AutoHotkey中可以使用以下转义序列:
| Sequence | Result |
|---|---|
| `` | ` (literal accent; i.e. two consecutive escape characters result in a single literal character) `(字面重音;即两个连续的转义字符产生一个字面字符) |
| `; | ; (literal semicolon) Note: It is not necessary to escape a semicolon which has any character other than space or tab to its immediate left, since it would not be interpreted as a comment anyway. ;(字面分号) 注:如果分号左 |
订阅专栏 解锁全文
244

被折叠的 条评论
为什么被折叠?



