亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

海陽頂端網(wǎng)進(jìn)百度blog必須輸入密碼的vbscript代碼

 更新時間:2008年06月14日 12:17:48   作者:  
今天訪問haiyangtop官方網(wǎng)站,發(fā)現(xiàn)他的blog必須要輸入密碼所以我給出下面的代碼

要看懂下面的代碼,需要了解下面的函數(shù)
vbscript strreverse 函數(shù)
返回字符串,此字符串與指定字符串順序相反。
strreverse(string1)
string1 參數(shù)是要進(jìn)行字符反向的字符串。如果 string1 是零長度字符串 (""),則返回零長度字符串。如果 string1 為 null,則會出現(xiàn)錯誤。

說明
下面的示例利用 strreverse 函數(shù)返回按相反順序排列的字符串:

dim mystr
mystr = strreverse("vbscript") 'mystr 包含 "tpircsbv"。

復(fù)制代碼 代碼如下:

<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?字符的反轉(zhuǎn),即密碼為:"?yhw"

相關(guān)文章

最新評論