url="https://www.zhihu.com/api/v4/members/"+userid+"?include=locations,business,voteup_count,thanked_count,follower_count,favorited_count"
headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',
'Accept-Encoding':'gzip' }
r=requests.get(url,headers=headers)
用网页打开这个url只需要100-600ms,而在spyder里执行要4-6秒,为什么时间差距这么大呢?
你应该先清空浏览器的所有缓存,然后再打开看最长花费时间
不应该拿网站原来访问过重复访问,很多东西被缓存了当然快