• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    JoinChar 向地址中加入 ? 或 & 用于实现传参
    '**************************************************
    '函数名:JoinChar
    '作  用:向地址中加入 ? 或 
    '参  数:strUrl  ----网址
    '返回值:加了 ? 或  的网址
    '**************************************************
    function JoinChar(strUrl)
        if strUrl="" then
            JoinChar=""
            exit function
        end if
        if InStr(strUrl,"?")len(strUrl) then 
            if InStr(strUrl,"?")>1 then
                if InStr(strUrl,"")len(strUrl) then 
                    JoinChar=strUrl  ""
                Else
                    JoinChar=strUrl
                end if
            Else
                JoinChar=strUrl  "?"
            end if
        Else
            JoinChar=strUrl
        end if
    end function
    上一篇:ShowPage 显示“上一页 下一页”等信息的封装代码
    下一篇:CreateKeyWord asp实现的由给定的字符串生成关键字的代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    JoinChar 向地址中加入 ? 或 & 用于实现传参 JoinChar,向,地址,中,加入,