这里给出了一些建议
我认为它正在工作,但现在似乎没有关于如何使以下代码工作的任何想法?
def testMethod():
socks = {}
socks['i'] = createConnection(host, port)
socks['i'].send("Hello world")
print "Sent Hello World"
这是我收到的错误消息
'int' object has no attribute 'send'
*干杯
和 ty 寻求任何建议