Get the userName attribute from the ServletContext String userName = (String)context.getAttribute("USERNAME"); // If there was no attribute USERNAME, ...
確定! 回上一頁