发布网友 发布时间:2022-04-22 15:20
共3个回答
热心网友 时间:2023-11-10 16:52
在修改编码之前先把内容copy出来放到记事本中,改完编码之后再重新粘回去,你试试
热心网友 时间:2023-11-10 16:53
在<head></head>中间添加这个
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
效果如下:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
....
</body>
</html
热心网友 时间:2023-11-10 16:53
别用windows的记事本,换editplus之类的保存utf-8文件