主頁 > 知識庫 > asp驗證Ip格式的函數(shù)

asp驗證Ip格式的函數(shù)

熱門標簽:宜賓語音外呼系統(tǒng)軟件 調(diào)度系統(tǒng)外呼 電銷機器人源碼網(wǎng)盤下載 電銷機器人教育 河北智能外呼系統(tǒng)軟件 福建外呼增值業(yè)務(wù)線路 伊春外呼業(yè)務(wù)系統(tǒng) 綿陽防封電銷卡價格 中國辦理電信400電話
驗證Ip格式%
'******************************
'函數(shù):CheckIp(paR_strIp)
'參數(shù):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
%>

標簽:那曲 蘇州 河池 延邊 新鄉(xiāng) 電商邀評 銅川 優(yōu)質(zhì)小號

巨人網(wǎng)絡(luò)通訊聲明:本文標題《asp驗證Ip格式的函數(shù)》,本文關(guān)鍵詞  asp,驗證,格式,的,函數(shù),asp,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp驗證Ip格式的函數(shù)》相關(guān)的同類信息!
  • 本頁收集關(guān)于asp驗證Ip格式的函數(shù)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章