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.
很多关于如何检查互联网连接的主题都使用 getActiveNetworkInfo() 但文档和我的经验告诉我它只检查网络连接。我对么?
那么测试互联网连接的最佳方法是什么?requestRouteToHost() 是互联网主机的主机吗?
getActiveNetworkInfo() 仅指直接网络连接(以太网、wifi、...)以检查您是否有互联网我通常尝试访问 www.google.com 或其他网络或我自己的服务器。