摘要: /** *获取访问用户的客户端IP(适用于公网与局域网). */ publicfinalStringgetIpAddr(finalHttpServletRequestrequest) throwsException{ if(request==null){ throw(newException("ge... 阅读全文
posted @ 2015-10-23 11:13 JIN__JIN 阅读(474) 评论(0) 推荐(0)