Skip to content

Commit 764c675

Browse files
committed
1 parent e359efe commit 764c675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
- [18 socket](#18-socket)
8080
- [19 浏览器缓存](#19-)
8181
- [20 HTTP1.0和HTTP1.1](#20-http10http11)
82-
- [Ajax](#ajax)
82+
- [21 Ajax](#21-ajax)
8383
- [*NIX](#nix)
8484
- [unix进程间通信方式(IPC)](#unixipc)
8585
- [数据结构](#)
@@ -258,7 +258,7 @@ AttributeError: myClass instance has no attribute '__superprivate'
258258

259259
## 8 字符串格式化:%和.format
260260

261-
.format在许多方面看起来更便利.你可以重用参数,但是你用%就不行.最烦人的是%它无法同时传递一个变量和元组.你可能会想下面的代码不会有什么问题:
261+
.format在许多方面看起来更便利.对于`%`最烦人的是它无法同时传递一个变量和元组.你可能会想下面的代码不会有什么问题:
262262

263263
```
264264
"hi there %s" % name

0 commit comments

Comments
 (0)