JSP Processing instruction not closed
问题 I tried to include an HTML file to my JSP but I eclipse show'd this error The included file <%@include file="includes/head.html" %> And the error Processing instruction not closed And this is just the simple 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> 回答1: Select All, Backspace,Then ctrl+z to revert. works for me. But