程序员人生 网站导航

eclipse中The JSP specification requires that an attribute name is preceded by whi

栏目:htmlcss时间:2015-05-11 09:12:07

在eclipse中出现这毛病,但在myeclipse中灭有

/WEB-INF/page/mailWrite.jsp (line: 1, column: 82) The JSP specification requires that an attribute name is preceded by whitespace

问题出在1个空格


1对

<%@page language="java" contentType="text/html;charSet=UTF⑻" pageEncoding="UTF⑻"%>
2报错
<%@page language="java" contentType="text/html;charSet=UTF⑻"pageEncoding="UTF⑻"%>


2属性之间要用空格隔开

尼玛小问题大麻烦折腾了1个多小时 时间多么宝贵

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐