严重: Servlet.service() for servlet [jsp] threw exception
org.apache.jasper.JasperException: /jsp/index.jsp (line: [1], column: [84]) The JSP specification requires that an attribute name is preceded by whitespace
错误原因:第一行,第84个字符,缺一个空格
解决方法:加一个空格
版权声明:本文为weixin_42794149原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。