jsp中可以用
request.getContextPath()取得当前页面路径。
而js可以使用window.location.href取得当前url。
也可从后台拿到访问的url。
base倒是基本没有用过。