会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mentalflow
当不了跑得最快的,就当跑得最久的
博客园
首页
新随笔
联系
订阅
管理
2020年4月17日
telnetlib入门
摘要: import telnetlib tn = telnetlib.Telnet("127.0.0.1","7171") #服务器,端口 result = tn.read_very_eager().decode('ascii') print(result) cmd = "status,1\r\n" tn
阅读全文
posted @ 2020-04-17 11:52 quanzhan
阅读(833)
评论(0)
推荐(0)
编辑
公告