举报
$str = "MsgBox(0,'','')" MsgBox(0, "", Execute('$str')) MsgBox(0, "", Execute($str))
查看全部评分
回复 lixiaolong 以上可以看出,使用引号和不使用引号完全是两个概念 gto250 发表于 2012-3-29 12:01
$str = "MsgBox(0,'对话框1','测试')" MsgBox(0, "对话框2", Execute('$str')) MsgBox(0, "对话框3", Execute($str))
While 1 $in = InputBox('', '请输入 ss()' & @CRLF & @CRLF & '退出输入 ex()', 'ss()') If $in Then MsgBox(0, '', Execute($in)) Sleep(100) WEnd Func ss() $a = InetRead("http://www.baidu.com") $c = BinaryToString($a, 4) Return $c EndFunc ;==>ss Func ex() Exit EndFunc ;==>ex
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-25 05:12 , Processed in 0.067258 second(s), 14 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.