欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

JoinChar 向地址中加入 ? 或 & 用于實(shí)現(xiàn)傳參

 更新時(shí)間:2007年09月01日 22:22:00   作者:  
'**************************************************
'函數(shù)名:JoinChar
'作  用:向地址中加入 ? 或 &
'參  數(shù):strUrl  ----網(wǎng)址
'返回值:加了 ? 或 & 的網(wǎng)址
'**************************************************
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

相關(guān)文章

最新評(píng)論