ch5-05 done

pull/1/head
D 2016-01-06 19:36:02 +08:00
parent 671d8346ca
commit 8a37694fae
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ $ ./outline2 http://gopl.io
```Go
func ElementByID(doc *html.Node, id string) *html.Node
```
練習 **5.9** :編寫函數 expand,將s中的"foo"替換爲f("foo")的返迴值。
```go