mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-12-25 22:38:56 +00:00
fix typo
This commit is contained in:
parent
946a6ddd21
commit
ef92399241
@ -159,4 +159,4 @@ $ ./fetch https://golang.org | ./outline
|
|||||||
|
|
||||||
**练习 5.3:** 编写函数输出所有text结点的内容。注意不要访问`<script>`和`<style>`元素,因为这些元素对浏览者是不可见的。
|
**练习 5.3:** 编写函数输出所有text结点的内容。注意不要访问`<script>`和`<style>`元素,因为这些元素对浏览者是不可见的。
|
||||||
|
|
||||||
**练习 5.4:** 扩展vist函数,使其能够处理其他类型的结点,如images、scripts和style sheets。
|
**练习 5.4:** 扩展visit函数,使其能够处理其他类型的结点,如images、scripts和style sheets。
|
||||||
|
Loading…
Reference in New Issue
Block a user