1.获取用户的IP地址的方法
getRemoteAddr();
2.获取用户的请求方式的方法
getMethod();
3.获取用户操作系统和浏览器相关信息,得获取到请求中名称为User-Agent的请求头,方法是:
getHeader("User-Agent");