MsgBox(0, "", GetRandom()) Func GetRandom();取现行毫秒数 $js = ObjCreate("MSScriptControl.ScriptControl.1") MsgBox(0, "", $js) $js.language = "JavaScript" $js.AddCode("function GetRandom(){" & @CRLF & "return new Date().getTime();" & @CRLF & "}") $ret = $js.Eval("GetRandom()") Return $ret EndFunc ;==>GetRandom
查看全部评分
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-12-28 19:15 , Processed in 0.074598 second(s), 25 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.