当前位置: 代码迷 >> Web前端 >> 相关 前端 错误
  详细解决方案

相关 前端 错误

热度:556   发布时间:2012-07-16 15:44:59.0
相关 前端 异常

1、java.io.CharConversionException: isHexDigit

ajax请求不能使用escape()进行编码,否则java会抛上面异常。encodeURIComponent()替代

2、Page-encoding specified in XML prolog (UTF-8) is different from that specified in page directive(utf-8)]

UTF-8与utf-8有区别!这应该跟tomcat设置的编码有关系(URIEncoding='utf-8'),最好使用大写。pageEncoding="UTF-8"

?

  相关解决方案