c语言颜色函数的调用:include<windows.h>int color(int c){ SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),c); return 0;