bjwf · 2004-12-16 09:10:47 · 阅读: 567 linux的也简单 void gotoxy(int x, int y) { printf("%c[%d;%dH", x, y, 0); }