六月婷婷综合激情-六月婷婷综合-六月婷婷在线观看-六月婷婷在线-亚洲黄色在线网站-亚洲黄色在线观看网站

明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

IP地址分段計算

[摘要]<script language="JScript" Runat="Server"> function IPDeCode(EIP){ var Ip1,Ip2,Ip3,Ip4; Ip1 = moveByteR(EIP & 0xff00000...
<script language="JScript" Runat="Server">
function IPDeCode(EIP){
var Ip1,Ip2,Ip3,Ip4;
Ip1 = moveByteR(EIP & 0xff000000,3);
Ip2 = moveByteR(EIP & 0x00ff0000,2);
Ip3 = moveByteR(EIP & 0x0000ff00,1);
Ip4 = EIP & 0x000000ff;
return Ip1 + "." + Ip2 + "." + Ip3 + "." + Ip4;
}

function moveByteL(num,bytenum){
return num <<= (bytenum*8)
}
function moveByteR(num,bytenum){
return num >>>= (bytenum*8)
}
</script>

在vbs中沒有位操作,這樣在一個頁面中用到了js和vbs,并不好,如果用vbs也可以,不過羅嗦了一些,而且有一點注意,如果在vbs中split("202.102.29.6","."),會得到202,102,29三個數(shù),得不到最后一個6,所以需要將ip換成split("202.102.29.6" & ".",".")
我用vbs做的,由于沒有位操作,所以做得比較麻煩
<%
function ip2int(ipstr)
dim iptemp,max
iptemp = split(ipstr&".",".")
max = ubound(iptemp)
if max <> 4 then
exit function
end if
dim a,b,i
a = "&H"
for i = 0 to 3
b = Hex(iptemp(i))
if len(b) = 1 then
b = "0"&b
end if
a = a&b
next
ip2int = CLng(a)
end function
function int2ip(ip)
dim iptemp,a,ipstr,i,length
iptemp = Hex(ip)
length = 8 - len(iptemp)
for i = 1 to length
iptemp = "0" & iptemp
next
a = left(iptemp,2)
a = "&H" & a
i = CInt(a)
a = CStr(i)
ipstr = a & "."
a = mid(iptemp,3,2)
a = "&H" & a
i = CInt(a)
a = CStr(i)
ipstr = ipstr & a & "."
a = mid(iptemp,5,2)
a = "&H" & a
i = CInt(a)
a = CStr(i)
ipstr = ipstr & a & "."
a = right(iptemp,2)
a = "&H" & a
i = CInt(a)
a = CStr(i)
ipstr = ipstr & a
int2ip = ipstr
end function
dim testIP,testInt
testIP="202.102.29.6"
testInt = ip2int(testIP)
response.write testIP & " will be encoded to <font color=red>" & testInt & "</font><br>"
response.write testIP & " will be dencoded to <font color=red>" & int2ip(testInt) & "</font><br>"
%>



主站蜘蛛池模板: 五月天婷婷激情 | 亚洲高清在线播放 | 亚洲天堂毛片 | 午夜久久免费视频 | 伊人久久大线蕉香港三级 | 日韩欧美亚州 | 日日夜夜免费视频 | 亚洲一区www | 午夜1000集| 天天射天天怕 | 日韩黄色片视频 | 日本爱爱视频 | 最新69堂国产成人精品视频 | 亚洲精品一线二线三线 | 亚洲欧洲一区二区三区 | 视频一区二区中文字幕 | 一区小说二区另类小说三区图 | 午夜tv | 亚洲天堂视频在线免费观看 | 青青青爽视频在线观看入口 | 四虎永久在线免费观看 | 亚洲福利在线观看 | 亚美黑人区 | 午夜神器成在线人成在线人免费 | 日韩中文字幕视频在线 | 青青青免费观看在线视频高清 | 午夜在线播放视频 | 欧美亚洲视频在线观看 | 天天做天天添天天谢 | 青青青青娱乐 | 亚洲天天综合网 | 亚洲最色网站 | 在线亚洲+欧美+日本专区 | 尹人在线视频 | 一个色亚洲 | 亚洲剧场午夜在线观看 | 日韩在线免费 | 亚洲免费影院 | 亚洲第一综合网站 | 日韩在线视频第一页 | 天美传媒影视在线网址 |