还有一个 ,就是 "gotoxy();"这个怎么用
程序代码:
#include<iostream> using namespace std; int main() { cout<<"aaa.\n"; gotoxy(35,6); getch(); return 0; }要怎么改呢