servlet之间的跳转,有两种方式:

1.redirect方式,是新的请求,数据不相同

Servlet跳转方式

2.forward方式是同一个请求,数据相同

Servlet跳转方式

Servlet跳转方式

相关文章: