some characters cannot be mapped using iso-8859-1

 

some characters cannot be mapped using iso-8859-1

中文显示为乱码,解决方法如下,亲测有效

some characters cannot be mapped using iso-8859-1

ISO-8859-1改为UTF-8

some characters cannot be mapped using iso-8859-1

<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>

改为
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>

some characters cannot be mapped using iso-8859-1

相关文章:

  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-03
  • 2021-08-16
  • 2022-02-14
  • 2021-05-15
  • 2022-12-23
  • 2021-09-08
相关资源
相似解决方案