kearney908

html中文乱码

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

改成

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

 echarts汉字乱码

页面的charset和echarts.js文件的charset是否匹配,如果不匹配,请使用如下方式引入:

<script src="echarts.js" charset="UTF-8"></script>

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-08-07
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-01-26
  • 2021-11-29
  • 2022-12-23
  • 2021-09-19
  • 2021-09-19
  • 2021-09-19
相关资源
相似解决方案