/WEB-INF/pages/common/head.jsp (line: 1, column: 2) Page directive: illegal to have multiple occurre.
这是jsp错误,不允许contentType="text/html;charset=UTF-8",有空格。之前错误写法为:正确写法为:2.在我的jsp页面(A页面)有引入其他的jsp页面(B页面),两个页面的抬头不相同导致的错误。A页面:B页面:转载于:https://www.cnblogs.com/sllcom/p/7823481.html