html出现汉字乱码的解决
编码方式问题。
解决。
在<head></head>内
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
改成
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
编码方式问题。
解决。
在<head></head>内
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
改成
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
It's not who you are underneath, it's what you do that defines you
Brick walls are there for a reason :they let us prove how badly we want things