Skip to content

Commit

Permalink
doc: update cs.md (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 10, 2023
1 parent cb7b542 commit e5e0160
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/cs.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ string multiLine = """
Console.WriteLine(multiLine); // => Content begin "Hello World!" /\n<>"" end.
```

###字符串操作
### 字符串操作

```cs
//字符串分割
string Name = "字A符A串A分A割";
Expand All @@ -237,8 +238,6 @@ Console.WriteLine(Rep);
//会把字符中的 “1”替换成“串”
```



杂项
-----------

Expand Down

0 comments on commit e5e0160

Please sign in to comment.