{ //获取秒针、分针、时针角度 GetLocalTime(&ti);//把取到的系统时间放到变量里 SecAng=ti.wSecond*2*PI/60;//计算秒针的角度 MinAng=ti.wMinute*2*PI/60;//计算分针角度 HouAng=ti.wHour*2*PI/12;//计算时针角度 //获取年月日,并转成字符串类型 year=ti.wYear; month=ti.wMonth; day=ti.wDay; itoa(year,y,10); itoa(month,m,10); itoa(day,d,10); //计算秒针、分