@ -14,6 +14,7 @@
```bash
java -jar MathSystem.jar
```
在powershell运行:
```powershell
chcp 65001
@ -21,6 +22,7 @@ chcp 65001
[Console]::OutputEncoding = [System.Text.UTF8Encoding]::new()
在cmd运行:
```cmd