mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-05 05:53:45 +00:00
fix typo
This commit is contained in:
parent
5ae8b7cdb3
commit
1788b095fd
@ -37,7 +37,7 @@ func Parse(r io.Reader) (*Node, error)
|
||||
|
||||
main函数解析HTML标准输入,通过递归函数visit获得links(链接),并打印出这些links:
|
||||
|
||||
<u></i>gopl.io/ch5/findlinks1</i></u>
|
||||
<u><i>gopl.io/ch5/findlinks1</i></u>
|
||||
```Go
|
||||
// Findlinks1 prints the links in an HTML document read from standard input.
|
||||
package main
|
||||
|
Loading…
Reference in New Issue
Block a user