标签:blog os 2014 re c html htm file
<% String path = request.getContextPath(); String agent = request.getHeader("User-Agent"); String browInfo[] = agent.split(";"); String realBrowser = browInfo[1].trim();//浏览器信息 String osInfo = System.getProperty("os.name"); //操作系统信息 String ip = request.getRemoteAddr();//客户端ip地址 %>
jsp访问浏览器信息、操作系统信息、客户端ip地址,布布扣,bubuko.com
标签:blog os 2014 re c html htm file
原文地址:http://blog.csdn.net/helloboat/article/details/38124961