mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 04:31:22 +08:00
doc: update cs.md (#266)
This commit is contained in:
@ -213,7 +213,8 @@ string multiLine = """
|
|||||||
Console.WriteLine(multiLine); // => Content begin "Hello World!" /\n<>"" end.
|
Console.WriteLine(multiLine); // => Content begin "Hello World!" /\n<>"" end.
|
||||||
```
|
```
|
||||||
|
|
||||||
###字符串操作
|
### 字符串操作
|
||||||
|
|
||||||
```cs
|
```cs
|
||||||
//字符串分割
|
//字符串分割
|
||||||
string Name = "字A符A串A分A割";
|
string Name = "字A符A串A分A割";
|
||||||
@ -237,8 +238,6 @@ Console.WriteLine(Rep);
|
|||||||
//会把字符中的 “1”替换成“串”
|
//会把字符中的 “1”替换成“串”
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
杂项
|
杂项
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user