要看懂下面的代碼,需要了解下面的函數(shù)
vbscript strreverse 函數(shù)
返回字符串,此字符串與指定字符串順序相反。
strreverse(string1)
string1 參數(shù)是要進(jìn)行字符反向的字符串。如果 string1 是零長(zhǎng)度字符串 (""),則返回零長(zhǎng)度字符串。如果 string1 為 null,則會(huì)出現(xiàn)錯(cuò)誤。
說(shuō)明
下面的示例利用 strreverse 函數(shù)返回按相反順序排列的字符串:
dim mystr
mystr = strreverse("vbscript") 'mystr 包含 "tpircsbv"。
復(fù)制代碼 代碼如下:
script language=vbs>
function pass()
input=inputbox("請(qǐng)輸入密碼:","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代碼,高手飄過(guò)吧
if input=StrReverse("why?") then 密碼就是why?字符的反轉(zhuǎn),即密碼為:"?yhw"