国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

asp驗證Ip格式的函數

2024-05-04 11:01:26
字體:
來源:轉載
供稿:網友
驗證Ip格式<%
'******************************
'函數:CheckIp(paR_strIp)
'參數:str 要檢測的字符串
'作者:阿里西西
'日期:2007/7/13
'描述:驗證Ip格式,是返回1,否則返回0
'示例:<%=CheckIp("219.45.23.11")%>
'******************************
Function CheckIp(paR_strIp)
   CheckIp =0
   Dim tmpLoop, tmpStr
   tmpStr =paR_strIp
   If tmpStr ="" Or IsNull(tmpStr) Then Exit Function
   tmpStr =Split(tmpStr, ".")
   If Not isArray(tmpStr) Then Exit Function

   For tmpLoop =0 To ubound(tmpStr)
      If tmpStr(tmpLoop) ="" Or IsNull(tmpStr(tmpLoop)) Then Exit Function
      If Not isNumeric(tmpStr(tmpLoop)) Then Exit Function
      If Cint(tmpStr(tmpLoop)) >255 Or Cint(tmpStr(tmpLoop)) <1 Then Exit Function
   Next
   CheckIp =1
End Function
%>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 松滋市| 河北省| 汝阳县| 石景山区| 诸暨市| 民县| 思南县| 锡林郭勒盟| 宁蒗| 台安县| 永定县| 永嘉县| 出国| 汉中市| 全州县| 东明县| 青铜峡市| 江油市| 太保市| 古田县| 金溪县| 名山县| 阳信县| 林口县| 三明市| 邵武市| 利川市| 韶关市| 景德镇市| 双鸭山市| 精河县| 新蔡县| 林甸县| 犍为县| 原平市| 建瓯市| 乐亭县| 新民市| 鄂尔多斯市| 拜城县| 中方县|