mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-16 11:23:40 +00:00
ch5-05 done
This commit is contained in:
parent
671d8346ca
commit
8a37694fae
@ -119,6 +119,7 @@ $ ./outline2 http://gopl.io
|
|||||||
```Go
|
```Go
|
||||||
func ElementByID(doc *html.Node, id string) *html.Node
|
func ElementByID(doc *html.Node, id string) *html.Node
|
||||||
```
|
```
|
||||||
|
|
||||||
練習 **5.9** :編寫函數 expand,將s中的"foo"替換爲f("foo")的返迴值。
|
練習 **5.9** :編寫函數 expand,將s中的"foo"替換爲f("foo")的返迴值。
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
Loading…
Reference in New Issue
Block a user