Numerical transmission Servlet and JSP

1, Servlet and how to put data transfer?

request.setAttribute("key",object);

2, JSP how to receive data

Object obj=request.getAttribute("key");

Guess you like

Origin www.cnblogs.com/technicist/p/12656789.html