恭喜,你发布的帖子
发布于 2023-12-13 17:24:21
1楼
用c:
if GetTagByte("变量名")&0x1 then
读到第0位为1需要执行的代码
if GetTagByte("变量名")&0x2 then
读到第1位为1需要执行的代码
if GetTagByte("变量名")&0x4 then
读到第2位为1需要执行的代码
。。。。
请填写推广理由:
分享
只看
楼主