html页面设置成中文编码(UTF-8)

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/dyw_666666/article/details/82902408