📄 switch$.qsc
字号:
text {comment} --------------------------------------------------------------------------{lf}
text {comment} 'lpstr' is a place holder for the string address you wish to test against.{lf}
text {comment} You can use one (1) or more 'case$' statements.{lf}
text {comment} The 'else$' statement if required must be used as the last statement{lf}
text {comment} before the 'endsw$' statement. It can be used only once.{lf}
text {comment} --------------------------------------------------------------------------{lf}
text switch$ lpstr{lf}
text case$ "word1"{lf}
text fn MessageBox,hWnd,"word1","switch$ block",MB_OK{lf}
text {lf}
text else${lf}
text fn MessageBox,hWnd,"default","switch$ block",MB_OK{lf}
text {lf}
text endsw${lf}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -