「java」setAttribute()で属性を設定するサンプル
1.setAttribute
サンプルコード
super.session.setAttribute(“SESSION_LIST","userList");
request.setAttribute(“OrderID","2001″);
2.getAttribute
super.session.getAttribute(“SESSION_LIST");
Coding Changes the World
1.setAttribute
サンプルコード
super.session.setAttribute(“SESSION_LIST","userList");
request.setAttribute(“OrderID","2001″);
2.getAttribute
super.session.getAttribute(“SESSION_LIST");