Why I have to delete “super.doGet(req, resp); and super.doPost(req, resp);”?

前端 未结 0 1398
萌比男神i
萌比男神i 2020-12-04 15:23

I wastrying to pass values from servlet to jsp page using the code below:

package lecture_mvc.mvc.simple;

import java.io.IOException;

import javax.servlet.R         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题