主页 > 知识库 > 如何判断URL格式是否符合规范?

如何判断URL格式是否符合规范?

热门标签:呼叫中心市场需求 智能手机 铁路电话系统 网站文章发布 服务器配置 美图手机 检查注册表项 银行业务
%
 function checkisUrl(tmpString)

      dim c,i
      checkisUrl = true
      tmpString=Lcase(trim(tmpString))
      if left(tmpString,7)>"http://" then tmpString="http://"tmpString
      for i = 8 to Len(checkisUrl)
            c = Lcase(Mid(tmpString, i, 1))
            if InStr("abcdefghijklmnopqrstuvwxyz_-./\", c) = 0 and not IsNumeric(c) then
                  checkisUrl = false
                  exit function
            end if
      next
      if Left(tmpString, 1) = "." or Right(tmpString, 1) = "." then
            checkisUrl = false
            exit function
      end if
      if InStr(tmpString, ".") = 0 then
            checkisUrl = false
            response.Write "f3"
            exit function
      end if
      if InStr(checkisUrl, "..") > 0 then
            checkisUrl = false
      end if

end function
%>
%

if checkisUrl(request("u"))=true then
      %>
恭喜,你的URL通过!
%
else
      %>
对不起,你的URL不合乎规范,请重新检查!
%end if%>

[1]

标签:新疆 沈阳 河南 长治 红河 沧州 乐山 上海

巨人网络通讯声明:本文标题《如何判断URL格式是否符合规范?》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266