我想包括HTML文件到我的JSP,但我日食show'd这个错误
所包含的文件
<%@include file="includes/head.html" %>
和错误
Processing instruction not closed
而这仅仅是简单的JSP
<%@include file = "includes/head.html" %>
<form action = "#" method = "POST">
Username: <input type = "text" name = "username"><br/>
Password: <input type = "password" name = "password"><br/>
</form>
</body>
</html>