恭喜,你发布的帖子
发布于 2021-08-09 09:16:40
5楼
还是做成FC好管理一点。
goto next
public_Func: //功能块入口
//通用功能块处理程序处理
case index
1:goto case1;
2:goto case2;
....
next:
index:=0;
....
//第一次调用
index:=1;
goto public_Func;
case1:;
//第二次调用
index:=2;
goto public_Func;
case2:;
.....
请填写推广理由:
分享
只看
楼主