void Delay(unsigned char i) //延时定义 { unsigned char j; for(;i>0;i--) for(j=0;j