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

3 lines
259 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.11:** Try fetchall with longer argument lists, such as samples from the top million web sites available at alexa.com. How does the program behave if a web site just doesnt respond? (Section 8.9 describes mechanisms for coping in such cases.)