Skip to content

Commit

Permalink
修改笔记
Browse files Browse the repository at this point in the history
  • Loading branch information
ShujiaHuang committed Jul 25, 2021
1 parent d453223 commit 513c9b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions practice/booknotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ str3 += " cc"; // 一样正确

### 4.3.3 string类的其他操作

处理string对象的语法通常比使用C字符串函数简单,尤其是执行较 为复杂的操作时。例如,对于下述操作:
处理string对象的语法通常比使用C字符串函数简单,尤其是执行较为复杂的操作时。例如,对于下述操作:

`str3 = str1 + str2;`

Expand Down Expand Up @@ -1049,4 +1049,3 @@ a1[-2] = 20.2;

# 第五章 循环和关系表达式


0 comments on commit 513c9b0

Please sign in to comment.