您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 做了CDN加速的ASP网站获取用户真实IP程序

  2. 写了下asp取真实IP的代码,搭环境测试无代理、一级或多级代理的情况,可以正常获取
  3. 所属分类:其它

    • 发布日期:2020-10-28
    • 文件大小:23kb
    • 提供者:weixin_38598745
  1. 做了CDN加速的ASP网站获取用户真实IP程序

  2. 代码如下: function checkip(checkstring)’用正则判断IP是否合法 dim re1 set re1=new RegExp re1.pattern=”^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$” re1.global=false re1.Ignorecase=false checkip=re1.test(checkstring) set re1=nothing end function 代码如下: function g
  3. 所属分类:其它

    • 发布日期:2021-01-02
    • 文件大小:26kb
    • 提供者:weixin_38683848