婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > 轉換中文為unicode 轉換unicode到正常文本

轉換中文為unicode 轉換unicode到正常文本

熱門標簽:武夷山旅游地圖標注 怎么在地圖標注自己 鳳臺百度地圖標注店 修改地圖標注 縣域地圖標注打印店 個人可以辦理400電話么 金昌電話機器人價格 外呼系統(tǒng)API接口 萊西電子地圖標注

復制代碼 代碼如下:

'//轉換中文為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 = (innerCode  and HFF00)\&;HFF
            Low8 = innerCode and HFF
            strReturn = strReturn  "%"  Hex(Hight8)   "%"  Hex(Low8)
        end If
    next

    URLEncoding = strReturn

end function

'//轉換unicode到正常文本
function bytes2BSTR(vIn)
    dim i
    dim strReturn,ThisCharCode,nextCharCode

    strReturn = ""
    for i = 1 to LenB(vIn)
        ThisCharCode = AscB(MidB(vIn,i,1))
        If ThisCharCode  H80 then
            strReturn = strReturn  Chr(ThisCharCode)
        else
            nextCharCode = AscB(MidB(vIn,i+1,1))
            strReturn = strReturn  Chr(CLng(ThisCharCode) * H100 + CInt(nextCharCode))
            i = i + 1
        end If
    next
    bytes2BSTR = strReturn

end function

function getText(o,url)

    dim oReq

    on error resume next

    if o is nothing then
        '//創(chuàng)建XMLHTTP對象
        set oReq    = CreateObject("MSXML2.XMLHTTP")
    else
        set oReq    = o 
    end if

        oReq.open "get",url,false
        oReq.send 

    if oReq.status = 200 or oReq.status = 0 then    
        getText = bytes2BSTR(oReq.responseBody)
    else
        getText = ""
    end if

end function

您可能感興趣的文章:
  • java unicode轉碼為中文實例
  • Java String字符串和Unicode字符相互轉換代碼
  • java實現(xiàn)漢字轉unicode與漢字轉16進制實例
  • java中unicode和中文相互轉換的簡單實現(xiàn)

標簽:清遠 上海 涼山 通遼 南京 楚雄 赤峰 邢臺

巨人網(wǎng)絡通訊聲明:本文標題《轉換中文為unicode 轉換unicode到正常文本》,本文關鍵詞  轉換,中文,為,unicode,到,;如發(fā)現(xiàn)本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《轉換中文為unicode 轉換unicode到正常文本》相關的同類信息!
  • 本頁收集關于轉換中文為unicode 轉換unicode到正常文本的相關信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 抚州市| 巨鹿县| 五指山市| 平乡县| 马关县| 晋宁县| 叙永县| 万州区| 屏山县| 新安县| 全南县| 宜章县| 拉萨市| 宝清县| 秦安县| 西乌珠穆沁旗| 阿克陶县| 安徽省| 阿尔山市| 嘉祥县| 修水县| 江都市| 大埔区| 昌吉市| 平罗县| 新竹市| 永新县| 青海省| 集贤县| 邳州市| 上林县| 长泰县| 安福县| 治县。| 平度市| 滦南县| 南岸区| 佛冈县| 灵川县| 湖南省| 星座|