Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QBASIC有一些命令,例如将光标放在屏幕上某个位置的LOCATE (x, y) ,以及清除屏幕的CLS,这有助于控制台应用程序看起来干净。
ruby 有同样的功能吗?将它用于一个小项目可能会很好。
感谢您的帮助
不,但查找 ncurses。 http://ncurses-ruby.berlios.de/
您可以使用 清除屏幕system "clear",并每次打印整个屏幕。
system "clear"