pull/56/head
Cloud 2018-03-31 00:47:24 +08:00
parent 5ae8b7cdb3
commit 1788b095fd
1 changed files with 1 additions and 1 deletions

View File

@ -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