1 #include<reg52.h> 2 void main(void) 3 { 4 P1=0xaa; 5 while(1) 6 { 7 } 8 } 转载于:https://www.cnblogs.com/zhaoruiqi/p/4358266.html