gopl-zh.github.com/exercise/ex-ch1-08.md
2015-12-09 15:45:11 +08:00

3 lines
176 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

**練習 1.8:** 脩改fetch這個範例如果輸入的url參數沒有http://前綴的話為這個url加上該前綴。你可能會用到strings.HasPrefix這個函數。