文件名称:asp base64 utf-8为了兼容asp.net的base64
文件大小:23KB
文件格式:PDF
更新时间:2024-01-23 10:28:27
AS asp asp.net
代码如下:<%@LANGUAGE=”VBSCRIPT” CODEPAGE=”65001″%> <%Session.CodePage=65001%> <!–#include file=”base64.asp”–> <% Function AspUrlDecode(strValue) Dim varAry, varElement, objStream, lngLoop, Flag strValue = Replace(strValue, “+”, ” “) varAry = Split(strValue, “%”) Flag = varAry(0) = “” Set objStream = Ser