You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
605 B
23 lines
605 B
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: HP
|
|
Date: 2026/4/29
|
|
Time: 9:30
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<a href="TR/ModeAndView">1.采用ModelAndView来响应信息</a></br>
|
|
|
|
|
|
<a href="TR/Model">2.采用Model对象来响应信息</a></br>
|
|
<a href="TR/Map">3.采用Map对象来响应信息</a></br>
|
|
<a href="TR/String">4.采用ModelMap对象来响应信息</a></br>
|
|
<a href="TR/ModelMap">5.采用ModelMap对象来响应信息</a>
|
|
</body>
|
|
</html>
|