從session中獲取資料

dengsir173發表於2020-12-12

HttpSession session=request.getSession();

String str=session.getAttribute("想要獲取資料的名稱");

相關文章