#include <stdio.h> #include <stdlib.h> int main() { system("color f5");//该函数功能很强大,可以改变字体颜色 printf("hello world"); system("pause"); return 0; }