3
我需要幫助,使東西總是在控制檯應用程序之上。 問題是我不知道如何將光標位置恢復到正常文字的底部。控制檯應用程序文本總是在頂部
例如,假設一個屏幕...
\[This text is always here!!!]
hello
hello
...
Wassup?
有點像綠色的部分蒸汽使用:
我需要幫助,使東西總是在控制檯應用程序之上。 問題是我不知道如何將光標位置恢復到正常文字的底部。控制檯應用程序文本總是在頂部
例如,假設一個屏幕...
\[This text is always here!!!]
hello
hello
...
Wassup?
有點像綠色的部分蒸汽使用:
使用Console.CursorTop和Console.CursorLeft性能。
https://msdn.microsoft.com/en-us/library/system.console.cursortop.aspx https://msdn.microsoft.com/en-us/library/system.console.cursorleft.aspx