204 B
204 B
按键扫描模板
修改使用
if(key == 0)
{
Delay(10);
if(key ==0 )
{
if(num >= 996)
num=0;
else
num++;
while(!key);
}
}