摘要: Request请求 一般Request和Response都是对应的 简单的一个demo:输出前端请求过来的数据 值得注意的是 请求转发:req.getRequestDispatcher()请求不需要Application Context/应用上下文路径 重定向:resp.sendRedirect() 阅读全文
posted @ 2022-09-25 14:42 mo-de 阅读(22) 评论(0) 推荐(0)