JSP获取IP

服务器ip

<%= request.getLocalAddr() %>

客户端ip

<%= request.getRemoteAddr() %> 
posted @ 2021-09-05 12:09  yangruomao  阅读(81)  评论(0)    收藏  举报