代码搬晕工 2017-09-25 10:27 采纳率: 100%
浏览 3955
已结题

XML 解析错误:格式不佳位置

火狐控制台报如题的错,请问如何解决:
原文件,百度富文本编辑器controller.jsp

 <%@ page language="java" contentType="text/html; charset=UTF-8"
    import="com.baidu.ueditor.ActionEnter"
    pageEncoding="UTF-8"%>
<%@ page trimDirectiveWhitespaces="true" %>
<%

    request.setCharacterEncoding( "utf-8" );
    response.setHeader("Content-Type" , "text/html");

    String rootPath = application.getRealPath( "/" );

    out.write( new ActionEnter( request, rootPath ).exec() );

%>
  • 写回答

1条回答 默认 最新

  • 关注

    你确定报错位置不是:com.baidu.ueditor.ActionEnter?这可不是格式未知问题,是你缺少jar包问题吧!

    评论

报告相同问题?