国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > web前端 > htmlcss > eclipse中The JSP specification requires that an attribute name is preceded by whi

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

来源:程序员人生   发布时间:2015-05-11 09:12:07 阅读次数:3697次

在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个多小时 时间多么宝贵

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生