如何在Python telnetlib中发送ESC+3和ESC+E。
代码:
tn = telnetlib.Telnet(host) tn.write(ESC+3)
现在我要做的是取代ESC+3
https://stackoverflow.com/questions/44303048
相似问题