本文介绍了同时接收用户输入和输出到控制台?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在同时接受输入的同时向用户显示输出,我知道我可以使用多线程并在一个线程上等待,然后在另一个线程上输出,但是我的输出看起来像这样:



>我是tyThis是文本
pinThis是文本
和beiThis是文本
ng interThis is text
由th打破这是文本
e consThis是文本
ole outp这是文本
ut





那么如何在底部保持1或2条不受控制台输出影响的稳定线?



问候,Jordan

解决方案

I would like to to display output to the user while simultaneously accepting input, I know I can use multithreading and wait on one thread, and output on the other, but then my output looks something like this:

>I am tyThis is text
pinThis is text
 and beiThis is text
ng interThis is text
rupted by thThis is text
e consThis is text
ole outpThis is text
ut



So how do I maintain 1 or 2 steady lines at the bottom that aren't effected by console output?

regards, Jordan

解决方案


这篇关于同时接收用户输入和输出到控制台?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-30 22:43