java后台取得浏览器地址?我使用document.location.hash处理了一下Url,例:http://127.0.0.1:8080/test/Login.action#userid=1000如何在后台取得http://127.0.0.1:8080/test/Login.action#userid=1000求高手帮忙。[解决办法]request 有个方法 getRealPath(String path) 返回一虚拟路径的真实路径 不知道行不行