【发布时间】:2021-09-18 18:54:52
【问题描述】:
Session data showing in browser
<form class="editForm" action="./edit?id=<%= session.getAttribute("id") %>" method="post"></form>
Image after inspecting the form through browser
它显示为 NULL,即使在类型转换为 (String) 之后也是如此
请大家帮忙!!!!
【问题讨论】: