bye() /*say bye~@!,实现功能同上*/ { Initialize(); system("cls"); /*清屏*/ system("color 2"); /*设置颜色*/ printf("\t╔──────────────────╗\n"); printf("\t║ 结束界面 ║\n"); printf("\t║ ║\n"); printf("\t║ ║\n"); printf("\t║ 谢谢使用 ║\n"); printf("\t║ ║\n"); printf("\t║ ║\n"); printf("\t║ ║\n"); printf("\t║ 请 ║\n"); printf("\t║ 按 ║\n"); printf("\t║ 任 ║\n"); printf("\t║ 意 ║\n"); printf("\t║ 键 ║\n"); printf("\t║ 退 ║\n"); printf("\t║ 出 ║\n"); printf("\t║ 谢 ║\n"); printf("\t║ 谢 ║\n"); printf("\t║ 再见! ║\n"); printf("\t║ ║\n"); printf("\t╚━━━━━━━━━━━━━━━━━━╝\n"); exit(0); }