查看全部评分
举报
Local $s = '50 4F 57 45 52 4F 46 46' Local $aF = StringRegExp($s, '\S\S', 3) Local $sO = '', $i For $i = 0 To UBound($aF) - 1 $sO &= Chr('0x' & $aF[$i]) Next msgbox(0, 0, $sO)
ConsoleWrite(BinaryToString("0x504F5745524F4646") & @CRLF)
$hex="504F5745524F4646" $a=BinaryToString("0x"&$hex) If $a="poweroff" Then MsgBox(0,"提示","指令匹配,启动自毁程序") Else MsgBox(0,"提示","指令不匹配,启动睡觉程序") EndIf
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-11-24 09:49 , Processed in 0.210704 second(s), 28 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.