当前位置: 代码迷 >> Web前端 >> websphere(WAS) 获取IP跟端口
  详细解决方案

websphere(WAS) 获取IP跟端口

热度:155   发布时间:2012-12-26 14:39:28.0
websphere(WAS) 获取IP和端口
<%=java.net.InetAddress.getLocalHost().getHostAddress() %>:<%=request.getLocalPort()%>