<body>
<%
Cookie cookie=new Cookie("username","mr");
response.addCookie(cookie);
%>
Cookie中保留的数据是: ${cookie.username.value }
</body>
转载于:https://www.cnblogs.com/ganjun/p/5051788.html
<body>
<%
Cookie cookie=new Cookie("username","mr");
response.addCookie(cookie);
%>
Cookie中保留的数据是: ${cookie.username.value }
</body>
转载于:https://www.cnblogs.com/ganjun/p/5051788.html