Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很好奇在我的网站(jsp)中获取访问者的操作系统信息。
我知道如何获取 IP 地址、纬度、经度等,
但我想知道诸如 Lion 或 windows xp、7 等操作系统信息
有人有想法么?
谢谢。
使用HttpServletRequest.getHeader(key)方法。
HttpServletRequest.getHeader(key)
${header["user-agent"]}