Ta上传的资源 (0)

代码实现简单服饰信息管理intmain(){intxh;while(1){system("color5f");//操作菜单背景颜色xh=caidan();//调用菜单函数switch(xh)//switch语句{case1:system("cls");luru();break;case2:syste
C 20