标签: python-2.7 python-sockets
port = [21, 22, 23, 24, 25, 80] s.connect((host, port))
我得到的错误是需要一个整数,如何让脚本连接到给定的端口?