#include #include #include int main(){ printf("输入一个字符, 就会出现窗口"); getch(); MessageBox(NULL,"这就是你要的窗口!这就是你要的窗口!\n这就是你要的窗口!这就是你要的窗口!\n这就是你要的窗口!这就是你要的窗口!","hahah",MB_ICONERROR | MB_YESNO); return 0;}