📄 build.bat
字号:
REM The three lines below compile the application the exact same way
csc /out:App.exe /t:exe /r:MSCorLib.dll App.cs
csc /out:App.exe /t:exe App.cs
csc App.cs
REM Without MSCorLib.dll, the code cannot compile
csc /out:App.exe /t:exe /nostdlib App.cs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -