doc: Update cs.md (#566)

* doc: Update cs.md

将“逻辑运算”更变为一级标题

* <update>[cs.md]: add subtitle `运算符和表达式`

将`运算符和表达式`和`字符串`区分开
This commit is contained in:
BobH 2024-03-14 00:42:36 +09:00 committed by GitHub
parent 88452a8b07
commit f3699e12cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -330,8 +330,10 @@ Console.WriteLine(Rep);
//会把字符中的 “1”替换成“串”
```
运算符和表达式
--------
### 逻辑运算
<!--rehype:wrap-class=col-span-2-->
```cs
//或运算, 与运算, 非运算