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

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    asp下的一个检测链接是否正常的函数
    Function urlChk(sUrl)
    on error resume next
    Set xmlHttp = Server.CreateObject("Microsoft.XMLHTTP")
    xmlHttp.open "GET",sUrl,false
    xmlHttp.send
        if xmlHttp.Status > 200 then
            urlChk=false
        else
            urlChk=true
        end if
    End Function

    sUrl="https://www.jb51.net"
    if urlChk(sUrl) then
        response.write(sUrl"(可以正常访问)")
    else
        response.write(sUrl"(访问不了)")
    end if
    上一篇:迅雷API接口_通过脚本调用迅雷自动下载资源
    下一篇:asp一句话木马原理分析
  • 相关文章
  • 

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

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

    asp下的一个检测链接是否正常的函数 asp,下,的,一个,检测,链接,