举报
;以下是使用JavScript代码调用 Func RegCreatePng() Local $code $code &= 'function regcreatepng()' & @CRLF $code &= '{' & @CRLF $code &= 'var now = new Date()' & @CRLF $code &= 'var nvalue = Math.random()+"_"+now.getTime()' & @CRLF $code &= 'return nvalue' & @CRLF $code &= '}' & @CRLF $nJS = ObjCreate("ScriptControl") $nJS.language = "JavaScript" $nJS.addcode($code) $nRegCreatePng = $nJS.Run("regcreatepng") Return $nRegCreatePng EndFunc
查看全部评分
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2026-4-18 05:37 , Processed in 0.073516 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2026 Discuz! Team.