Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要找出当前的 Internet 服务提供商名称。有没有办法做类似的事情:
(伪代码):
String currentISP = driver.getCurrentISP(); if (currentISP == "Washington State University") { // etc } else { // }
用于driver.getCurrentURL()获取网址。
driver.getCurrentURL()
使用此解决方案将其转换为 IP
最后,使用其他网络服务从 IP 转到 ISP。SO有多个问题有不同的答案,所以我不会在这里发布一个。