BytesToBstr获取的源码转换为中文的代码

''================================================== ''函数名:BytesToBstr ''作用:将获取的源码转换为中文 ''参数:Body------要转换的变量 ''参数:Cset------要转换的类型 ''================================================== FunctionBytesToBstr(Body,Cset) DimObjstream SetObjstream=Server.C

作者: 来源: 时间: 17-11-23 15:39:30

''==================================================
''函数名:BytesToBstr
''作  用:将获取的源码转换为中文
''参  数:Body ------要转换的变量
''参  数:Cset ------要转换的类型
''==================================================
Function BytesToBstr(Body,Cset)
   Dim Objstream
   Set Objstream = Server.CreateObject("adodb.stream")
   objstream.Type = 1
   objstream.Mode =3
   objstream.Open
   objstream.Write body
   objstream.Position = 0
   objstream.Type = 2
   objstream.Charset = Cset
   BytesToBstr = objstream.ReadText 
   objstream.Close
   set objstream = nothing
End Function
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们