1.在head之间,添加
< meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2.设置html文件编码格式是utf-8(不需要无bom格式)
解决HTML中文乱码
最新推荐文章于 2025-06-11 00:29:12 发布
1.在head之间,添加
< meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2.设置html文件编码格式是utf-8(不需要无bom格式)