在 Servlet 中,可用通过以下方法来获取服务端的 IP 地址和端口。
1 | InetAddress iAddr = InetAddress.getLocalHost(); |
在 Servlet 中,可用通过以下方法来获取服务端的 IP 地址和端口。
1 | InetAddress iAddr = InetAddress.getLocalHost(); |
文章作者:Morning Star
发布时间:2020年07月03日 - 19:07
最后更新:2021年04月16日 - 15:04
原始链接:https://www.mls-tech.info/java/java-get-ip-port-in-servlet/
许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。