
2个回答
展开全部
function ipcheck(ip)
dim temp
temp=left(ip,instr(ip,".")-1)
ip=right(ip,len(ip)-instr(ip,"."))
if cint(temp)>255 and cint(temp)<0 and temp<>"" then
ipcheck=false
exit function
end if
temp=left(ip,instr(ip,".")-1)
ip=right(ip,len(ip)-instr(ip,"."))
if cint(temp)>255 and cint(temp)<0 and temp<>"" then
ipcheck=false
exit function
end if
temp=left(ip,instr(ip,".")-1)
ip=right(ip,len(ip)-instr(ip,"."))
if cint(temp)>255 and cint(temp)<0 and temp<>"" then
ipcheck=false
exit function
end if
if cint(ip)>255 and cint(ip)<0 and ip<>"" then
ipcheck=false
exit function
end if
ipcheck=true
end function
ipcheckip(a)
dim temp
temp=left(ip,instr(ip,".")-1)
ip=right(ip,len(ip)-instr(ip,"."))
if cint(temp)>255 and cint(temp)<0 and temp<>"" then
ipcheck=false
exit function
end if
temp=left(ip,instr(ip,".")-1)
ip=right(ip,len(ip)-instr(ip,"."))
if cint(temp)>255 and cint(temp)<0 and temp<>"" then
ipcheck=false
exit function
end if
temp=left(ip,instr(ip,".")-1)
ip=right(ip,len(ip)-instr(ip,"."))
if cint(temp)>255 and cint(temp)<0 and temp<>"" then
ipcheck=false
exit function
end if
if cint(ip)>255 and cint(ip)<0 and ip<>"" then
ipcheck=false
exit function
end if
ipcheck=true
end function
ipcheckip(a)
展开全部
dim a
Function IsRealIP(str)
Dim regEx
Set regEx = New RegExp
regEx.Pattern = "^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$"
IsValidEmail = regEx.Test(str)
End Function
if IsRealIP(a) then '判断a是否正确有效ip地址
'结果........
end if
Function IsRealIP(str)
Dim regEx
Set regEx = New RegExp
regEx.Pattern = "^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$"
IsValidEmail = regEx.Test(str)
End Function
if IsRealIP(a) then '判断a是否正确有效ip地址
'结果........
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询