超时参数timeout的使用 为了避免给一个服务器的请求请求不上而耗费大量时间,python爬虫需要用timeout来设置最长请求时间,若在此时间内不响应,这抛出错误。用法: response = requests.get(url , timeout = 3)