校园网要认证,未认证时,s = socket.socket(socket.AF_INET6, socket.SOCK_STREAM) s.settimeout(3) s.connect(('某ip',80)) s.close()也能正常运行。请教下如何测试到指定ip的网络是否正常。 查看完整描述