摘要:
可以与javascript的encodeURIComponent配合编码汉字Function URLDecode(strIn)dim tempCodetempCode=Session.CodePage '设置url编码类型为utf-8Session.CodePage = 65001 tURLDecode = ""Dim sl: sl = 1Dim tl: tl = 1Dim key: key = "%"Dim kl: kl = Len(key)sl = InStr(sl, strIn, key, 1)Do While sl>0If (tl= 阅读全文
posted @ 2011-07-28 13:28
viewweb
阅读(840)
评论(0)
推荐(0)

浙公网安备 33010602011771号