A.设置等待时间,请求速度慢一点 B.伪造HTTP头 C.采用代理IP D.采用分布式爬取
A.re B.requests C.os D.math
A.requests.get B.requests.getHTML C.requests.post D.requests.put
A. re.findall("<h1>(?)</h1>",a) B. re.findall("<h1>(*)</h1>",a) C. re.findall("<h1>(.*)</h1>",a) D. re.findall("<h1>(.?)</h1>",a)
A.ping B.get C.webget D.curl