<%
function clngip(byval asnewip)
dim lnresults
dim lnindex
dim lnipary
lnipary = split(asnewip, ".", 4)
for lnindex = 0 to 3
if not lnindex = 3 then
lnipary(lnindex) = lnipary(lnindex) * (256 ^ (3 - lnindex))
end if
lnresults = lnresults + lnipary(lnindex)
next
clngip = lnresults
end function
%>
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!