我是初学者,各位高手帮我看看这段程序是啥意识
void Delay(unsigned char a) { unsigned char i; while( --a != 0) { for(i = 0; i < 125; i++); } }