C51单片机开发环境保姆级安装教程 软件下载 main.c 1 2 3 4 5 6 7 #include <REGX52.H> void main() { P2 = 0xFE; while (1); } bilibili传送门