摘要: 1 编写一个出现乱码的情况 1.1 编写一个提交form表单的测试页面 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> </head> <body 阅读全文
posted @ 2022-01-23 13:54 从0开始丿 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1 处理提交数据 1.1 提交的域名称和处理方法的参数名一致 1.1.1 代码 @Controller @RequestMapping("/user") public class UserController { //Localhost:8080/user/t1 ? name=xxx @GetMap 阅读全文
posted @ 2022-01-23 10:58 从0开始丿 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1编写两个跳转的页面 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> </head> <body> 我是转发过来的 </body> </html> 阅读全文
posted @ 2022-01-23 08:50 从0开始丿 阅读(57) 评论(0) 推荐(0) 编辑