这个使背景变色的函数怎样理解
#include <stdio.h>#include <stdlib.h>
{
printf("****************");
system("cls");
system("mode con cols=80 lines=30 &color 9f");
}
[ 本帖最后由 happysteven 于 2010-7-2 08:55 编辑 ]
2010-07-02 08:50
2010-07-03 16:53
2010-07-04 00:35