int类型怎么request servlet【点击查看详情】
得到HttpServletRequest对象request,然后调用request.getMethod()判断返回的String,再判断POST,GET,DELETE,OPTIONS等。
相关视频/文章