Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,15 +1,15 @@
# exit
> 退出当前的命令行实例或 bat 脚本.
> 退出当前的命令行实例或 bat 脚本
- 退出当前的命令行实例:
- 退出当前的命令行实例
`exit`
- 退出当前的 bat 脚本:
- 退出当前的 bat 脚本
`exit /b`
- 使用一个指定的退出码退出:
- 使用一个指定的退出码退出
`exit {{退出码}}`