我是python的新手,如何解决这个问题?
if data[0] != chr(0):
if data[12:16] in self.clients:
os.write(self.tfd, data)
self.clients[data[12:16]]["aliveTime"] = time.time()
self.clients[data[12:16]]["localIPn"] = src
else:
文件" /etc/proxy/proxy.py",第82行,在运行中 if data [0]!= chr(0):IndexError:字符串索引超出范围
答案 0 :(得分:0)
数据[0]无意比较!