论坛首页 Web前端技术论坛

DWR获取客户端IP

浏览 1740 次
该帖已经被评为隐藏帖
作者 正文
   发表时间:2009-02-24  
DWR
package com.topking.test;
import org.directwebremoting.WebContext;
import org.directwebremoting.WebContextFactory;
public class Operator {
	public String greeting(String src){
		WebContext context = WebContextFactory.get();
		String ip = context.getHttpServletRequest().getRemoteAddr().toString();
		return "hello "+src+"  Your IP : "+ip;
	}
}



还是通过DWR的WebContext先获取request

再通过request获取IP
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics