Telnet 服务器中的换行符
我正在用 Ruby 编写一个 telnet 服务器。
我现在面临的问题是所有内容都打印在客户端的同一行上,并且 \r\n
不起作用。有人对我能做什么有建议吗?
I am writing a telnet server in Ruby.
The problem I am now facing is that everything is printed on the same line on the client side and \r\n
isn't working. Does anyone have a suggestion as to what I could do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定,但在 PHP 中,如果回车符用单引号括起来,则不会被音译。
快乐编码:)
Not sure, but in PHP if carriage return is in single quotes it won't get transliterated.
Happy coding :)