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