在jsp中使用js中的設置屬性,進而獲得session保存的屬性值,實例如下:
session設置:
session.setAttribute("username",username)
;session.setAttribute("password",password)
;session獲取:
username=session.getAttribute("username")
;password=session.getAttribute("password");
在jsp中使用js中的設置屬性,進而獲得session保存的屬性值,實例如下:
session設置:
session.setAttribute("username",username)
;session.setAttribute("password",password)
;session獲取:
username=session.getAttribute("username")
;password=session.getAttribute("password");