1. 程式人生 > >struts2 類裡面獲取客戶端ip

struts2 類裡面獲取客戶端ip

 import org.apache.struts2.ServletActionContext;
//得到使用者IP地址
String ip = ServletActionContext.getRequest().getRemoteAddr();