js 获取服务器ip


参考:https://blog.csdn.net/u012664198/article/details/82700024

      var urlPath = window.document.location.href;  //浏览器显示地址 http://10.15.5.83:5555/ISV/demo.aspx?a=1&b=2
        var docPath = window.document.location.pathname; //文件在服务器相对地址 /ISV/demo.aspx
        var index = urlPath.indexOf(docPath);
        var serverPath = urlPath.substring(0, index);


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM