telnetlib python example

后端 未结 6 1823
走了就别回头了
走了就别回头了 2020-12-08 05:26

So I\'m trying this really simple example given by the python docs:

import getpass
import sys
import telnetlib

HOST = \"\"
user = raw_input(\         


        
6条回答
提交回复
热议问题