session.setAttribute("url", window.location.pathname);
Object a = session.getAttribute("url");
window.location.href(a);该如何把 window.location.pathname 的值赋值给一个变量呢,OBJECT不行 String不行,求指教