Python中 如何使用telnet 检测端口是否通时间:2022-07-30 15:24:01import tn=telnetlib.Telnet(host,port)不报异常则该端口是通的,可结合try进行使用