用啊哈C软件编写出的代码显示颜色(紫底白字)。
#include <stdio.h> #include <stdlib.h> int main() { system("color 5f"); printf("ni hao"); system("pause"); return 0; }
效果如下: