摘要:
1、最简单import urllib.requestresponse = urllib.request.urlopen('http://python.org/')html = response.read() 2、使用 Requestimport urllib.request req = urllib... 阅读全文
posted @ 2011-12-21 12:59
方倍工作室
阅读(44825)
评论(4)
推荐(8)
浙公网安备 33010602011771号