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) 返回一虚拟路径的真实路径
不知道行不行
发布时间: 2012-09-22 21:54:54 作者: rapoo
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) 返回一虚拟路径的真实路径
不知道行不行