海阳顶端网进百度blog必须输入密码的vbscript代码 |
要看懂下面的代码,需要了解下面的函数 复制代码 代码如下: <script language=vbs> function pass() input=inputbox("请输入密码:","hello",,300,300) if input=StrReverse("why?") then location.href=StrReverse("tpircsbvym/moc.udiab.ih//:ptth") else MsgBox "error" location.href=window.location.href end if end function </script> 下面我们分析下上面的vbs代码,高手飘过吧 if input=StrReverse("why?") then 密码就是why?字符的反转,即密码为:"?yhw" |