特牛网址导航

Python爬虫入门之查询ip地址_爬虫ip-CSDN博客

网友收藏
文章浏览阅读1.6k次。import requestsurl = "http://m.ip138.com/ip.asp?ip="IpAddress = input("Please input the ip address\n")try: r = requests.get(url+IpAddress) r.raise_for_status() r.encoding = r.apparent_encoding..._爬虫ip
标签:爬虫ip