![]() |
#2
liuwh2011-05-28 23:16
|
#include "stdio.h"
#include <conio.h>
int main()
{
textbackground(1);
window(10,10,12,100);
textbackground(2);
clrscr();
window(100,100,130,120);
textbackground(3);
clrscr();
window(100,160,140,300);
textbackground(4);
clrscr();
}
为什么我只能显示一个窗口,不能显示出多个窗口?