摘要: upload.jsp <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> </head> <body> <form action="${pageCon 阅读全文
posted @ 2021-05-24 23:36 code-G 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 响应 1) 页面跳转 直接返回字符串 通过ModelAndView对象返回 2) 回写数据 直接返回字符串 HttpServletResponse 对象直接写回数据,HttpServletRequest对象带回数据,Model对象带回数据或者@ResponseBody将字符串数据写回 返回对象或集合 阅读全文
posted @ 2021-05-24 22:47 code-G 阅读(86) 评论(0) 推荐(0) 编辑