Attribute 和 Parameter 的区别

Attribute 和 Parameter的区别   (1)HttpServletRequest类有setAttribute()方法,而没有setParameter()方法        (2)当两个Web组件之间为链接关系时,被链接的组件通过getParameter()方法来获得请求参数,例如假定welcome.jsp和authenticate.jsp之间为链接关系,welcome.jsp中有以
相关文章
相关标签/搜索