这个问题是我之前的文章How to fix this procedure writing a string to the console screen buffer的后续问题。
我想在写任意字符串之前将光标设置到给定的(x,y)位置:
GotoXY(x,y)
SendLn('The harder they come...');
procedure GotoXY(x, y: integer)
如何实现? 最佳答案
一个快速的谷歌揭示
SetConsoleCursorPosition