举报
Dim $b = 3 Dim $strCode = StringReplace("Function Main(b)| Main=b*b |End Function", "|", @CRLF) Dim $msc = ObjCreate("ScriptControl") With $msc .Language = "VBScript" .AddCode($strCode) $b = .Run("Main", $b) EndWith MsgBox(0, "提示", $b)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-1 09:40 , Processed in 0.220780 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.