通过 Ruby Telnet 发送转义序列
Posted
技术标签:
【中文标题】通过 Ruby Telnet 发送转义序列【英文标题】:Send escape sequence over Ruby Telnet 【发布时间】:2013-01-29 08:45:02 【问题描述】:我需要通过 ruby 介导的 Telnet 连接发送 esc。我要发送什么?
【问题讨论】:
【参考方案1】:"\x1b"
是转义字符。你试过发送吗?
【讨论】:
以上是关于通过 Ruby Telnet 发送转义序列的主要内容,如果未能解决你的问题,请参考以下文章
在linux(ubuntu)应用程序中哪个进程/库将退格转换为ansi转义序列,例如“ 33 [nG”?]