org.apache.jasper.JasperException: /resister_t.jsp(1,1) Page-encoding specified
org.apache.jasper.JasperException: /resister_t.jsp(1,1) Page-encoding specified in XML prolog (UTF-8) is different from that specified in page directive (utf-8)遇到这个问题的解决方法是把jsp里的pageEncoding="utf-8"%改为大写的pageEncoding="UTF-8"%就可以了。
页:
[1]