• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    BytesToBstr获取的源码转换为中文的代码
    '==================================================
    '函数名: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
    上一篇:使用ASP实现网站的“目录树”管理的代码
    下一篇:PostHttpPage用asp是实现模拟登录效果的代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

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