错误提示:An error happened during template parsing (template: “class path resource [templates/login.html]” - line 2, col 57)
源代码:
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script th:src="@{static/js/login.js}"></script>
</head>
<body>
<p>Hello!This is login.html</p>
</body>
</html>
要把下面这些代码删去
xmlns:th="http://www.w3.org/1999/xhtml"