恭喜,你发布的帖子
发布于 2022-09-12 08:12:34
3楼
count:=0;
for i:=0 to 5
if data[i] then
count:=count+1;
end_if;
end_for;
if count>0 then
变量1:=值1;
else
变量1:=值2;
end_if;
请填写推广理由:
分享
只看
楼主