'str' object has no attribute 'get' 錯誤解決方案

我在使用python寫爬蟲時用到了requests.get()方法:python def openUrl(url, ip, agent): #函數形參爲url:網頁地址; ip:ip池; agent:User-Agent, 三者均爲字符串類型 requests.get(url, headers=agent, proxies=ip) 疑惑的是,使用時報了 ‘str’ object has no
相關文章
相關標籤/搜索