We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e359efe commit 764c675Copy full SHA for 764c675
Readme.md
@@ -79,7 +79,7 @@
79
- [18 socket](#18-socket)
80
- [19 浏览器缓存](#19-)
81
- [20 HTTP1.0和HTTP1.1](#20-http10http11)
82
- - [Ajax](#ajax)
+ - [21 Ajax](#21-ajax)
83
- [*NIX](#nix)
84
- [unix进程间通信方式(IPC)](#unixipc)
85
- [数据结构](#)
@@ -258,7 +258,7 @@ AttributeError: myClass instance has no attribute '__superprivate'
258
259
## 8 字符串格式化:%和.format
260
261
-.format在许多方面看起来更便利.你可以重用参数,但是你用%就不行.最烦人的是%它无法同时传递一个变量和元组.你可能会想下面的代码不会有什么问题:
+.format在许多方面看起来更便利.对于`%`最烦人的是它无法同时传递一个变量和元组.你可能会想下面的代码不会有什么问题:
262
263
```
264
"hi there %s" % name
0 commit comments