jsp 知识点

  • 在JSP中很多对象是不需要创建的,如out、session等。它们可以直接使用。
    <% out.println(session.getId()); %>
原文地址:https://www.cnblogs.com/cag2050/p/7243471.html