asp base64 utf-8为了兼容asp.net的base64
复制代码 代码如下: %@LANGUAGE="VBSCRIPT" CODEPAGE="65001"% %Session.CodePage=65001% !--#include file="base64.asp"-- % Function AspUrlDecode(strValue) Dim varAry, varElement, objStream, lngLoop, Flag strValue = Replace(strValue, "+",...