JoinChar 向地址中加入 ? 或 用于实现传参
2018-09-06 11:50
阅读:405
**************************************************
函数名:JoinChar
作用:向地址中加入?或&
参数:strUrl----网址
返回值:加了?或&的网址
**************************************************
functionJoinChar(strUrl)
ifstrUrl=then
JoinChar=
exitfunction
endif
ifInStr(strUrl,?)<len(strUrl)then
ifInStr(strUrl,?)>1then
ifInStr(strUrl,&)<len(strUrl)then
JoinChar=strUrl&&
Else
JoinChar=strUrl
endif
Else
JoinChar=strUrl&?
endif
Else
JoinChar=strUrl
endif
endfunction
下一篇:自动获得远程图片 #Writ
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:JoinChar 向地址中加入 ? 或 用于实现传参
文章链接:http://soscw.com/index.php/essay/9775.html
文章标题:JoinChar 向地址中加入 ? 或 用于实现传参
文章链接:http://soscw.com/index.php/essay/9775.html
评论
亲,登录后才可以留言!