localAddress

1 $(function(){
2          <%
3             out.println("/** ip:"+request.getLocalAddr()+"("+request.getLocalName()+") port:"+request.getLocalPort() + " **/");
4           %>
5     }
6 );

 

posted @ 2017-08-25 16:42  wangwiz  阅读(197)  评论(0编辑  收藏  举报