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

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    ASP实现头像图像随机变换
    复制代码 代码如下:

    %On Error Resume Next%>
    %
    dim p, ppic, id, body, myCache
    randomize
    p=Int((3*rnd)+1)
    id= Request.QueryString("id")
    HttpUrl="http://sms.2e7.net/可爱卡通0"p".gif"
      Set myCache = new cache
      myCache.name = "picindex"id
      If myCache.valid Then
              body = myCache.value
      Else
              body = GetWebData(HttpUrl)
              myCache.add body,dateadd("d",1,now)
      End If

      If Err.Number = 0 Then
            Response.CharSet = "UTF-8"
            Response.ContentType = "application/octet-stream"
            Response.BinaryWrite body
            Response.Flush
      Else
            Wscript.Echo Err.Description
      End if

    '取得数据
    Public Function GetWebData(ByVal strid)
    Dim cidpath
    cidpath = Mid(strid,1,Instr(8,strid,"/"))
    Dim Retrieval
    Set Retrieval = Server.CreateObject("Microsoft.XMLHTTP")
    With Retrieval
    .Open "Get", strid, False,"",""
    .setRequestHeader "Referer", cidpath
    .Send
    GetWebData =.ResponseBody
    End With
    Set Retrieval = Nothing
    End Function
    %>


    上一篇:pjblog实现类似CMS的首页调用
    下一篇:PJblog友情链接LOGO地址失效的解决
  • 相关文章
  • 

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

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

    ASP实现头像图像随机变换 ASP,实现,头像,图像,随机,