主頁 > 知識庫 > ASP讓url的中文顯示為編碼

ASP讓url的中文顯示為編碼

熱門標簽:石家莊慧營銷外呼系統(tǒng) 地圖標注陽江 世界地圖標注了哪些城市 武穴地圖標注 濟源電銷外呼系統(tǒng)線路 梧州市地圖標注 java外呼系統(tǒng)是什么 外呼線路批發(fā) 創(chuàng)意電話機器人
asp解碼url
復制代碼 代碼如下:

a href="1.asp?action=%=server.urlencode("你好")%>">asdf/a>

解碼函數(shù)
[code]
%
Function URLDecode(enStr)
dim deStr,strSpecial
dim c,i,v
deStr=""
strSpecial="!""#$%'()*+,.-_/:;=>?@[\]^`{|}~%"
for i=1 to len(enStr)
c=Mid(enStr,i,1)
if c="%" then
v=eval("h"+Mid(enStr,i+1,2))
if inStr(strSpecial,chr(v))>0 then
deStr=deStrchr(v)
i=i+2
else
v=eval("h"+ Mid(enStr,i+1,2) + Mid(enStr,i+4,2))
deStr=deStr chr(v)
i=i+5
end if
else
if c="+" then
deStr=deStr" "
else
deStr=deStrc
end if
end if
next
URLDecode=deStr
End function

response.Write URLDecode(request.QueryString("action"))
%>
[html]

標簽:揭陽 滁州 南寧 唐山 來賓 迪慶 淮北 甘南

巨人網(wǎng)絡通訊聲明:本文標題《ASP讓url的中文顯示為編碼》,本文關(guān)鍵詞  ASP,讓,url,的,中文,顯示,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP讓url的中文顯示為編碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于ASP讓url的中文顯示為編碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章