爬虫
摘要:        
#直接请求 urllibresponse = urllib.request.urlopen('http://python.org/') html = response.read()#requset请求req = urllib.request.Request('http://python.org/')    阅读全文
        posted @ 2018-05-12 12:45 南鱼羁荒渡 阅读(126) 评论(0) 推荐(0)
果然,我没有抓住重点
2018年5月12日 #