2017年8月22日
摘要: //运行一下就知道了,嘿嘿 1 #include 2 #include 3 #include 4 #define N 50 5 HANDLE hConsole; 6 void gotoxy(int x, int y) 7 { 8 COORD coord; 9 coord.X = x; 10 coord.Y = y; 11 ... 阅读全文
posted @ 2017-08-22 20:51 几缕清风依旧 阅读(277) 评论(0) 推荐(0) 编辑