首页 相关文章 转换中文为unicode 转换unicode到正常文本

转换中文为unicode 转换unicode到正常文本

代码如下:

'//转换中文为unicode
function URLEncoding(vstrIn)

dim i
dim strReturn,ThisChr,innerCode,Hight8,Low8

strReturn = ""
for i = 1 to Len(vstrIn)
ThisChr = Mid(vStrIn,i,1)
If Abs(Asc(ThisChr)) &HFF then
strReturn = strReturn & ThisChr
else
innerCode = Asc(ThisChr)
If innerCode 0 then
innerCode = innerCode + &H10000
end If
Hight8...[ 查看全文 ]

2016-02-19 标签:

转换中文为unicode 转换unicode到正常文本的相关文章

如果您有什么好的建议或者疑问,可以联系我们。 商务合作QQ:3272218541;3282258740。商务合作微信:13319608704;13319603564。

加好友请备注机构名称。让我们一起学习、一起进步tulaoshi.com 版权所有 © 2019 All Rights Reserved. 湘ICP备19009391号-3

微信公众号

手机页面
收藏网站 回到头部