摘要: import requests from bs4 import BeautifulSoup import re url = 'https://www.ipip.net/ip.html' while True: ip = input('输入你要查询的IP:') data = {'ip': ip} header = { 'User-Agent': 'Mozilla/5.0 (Windows NT 6. 阅读全文
posted @ 2019-08-27 13:35 xiangwb 阅读(2316) 评论(1) 推荐(0) 编辑