本文介绍了C#:转换目标为Unix外壳的字符串用于Windows命令提示符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这是我从套接字流中取出的示例字符串。
Here is a sample string I got off a socket stream.
\033[H\033[J\033[1;30HSUPERVISOR MAIN MENU\033[6;5H 0. Exit Exit\033[7;5H 1. Help Display help\033[8;5H 2. Control Calling lists and users\033[9;5H 3. Campaign Campaigns\033[10;5H 4. Manage
如果要查看我希望打开unix / linux shell的输出,键入
which translates to the ASCII sequence below and means clear the line to the end of screen.
ESC [ J
这篇关于C#:转换目标为Unix外壳的字符串用于Windows命令提示符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!