为了账号安全,请及时绑定邮箱和手机立即绑定

这个html打开为什么是乱码啊?明明设置了编码

这个html打开为什么是乱码啊?明明设置了编码

慕森王 2019-03-06 13:15:27
<!DOCTYPE html><html>  <head>    <title>1.html</title>        <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">    <meta http-equiv="description" content="this is my page">    <meta http-equiv="content-type" content="text/html; charset=UTF-8">        <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->  </head>    <body>   <table class="table table-hover" id="tblSort">                            <thead>                                <tr>                                <th onClick="sortTable('tblSort',0,'int')" style="cursor:pointer">时间</th>                                 <th onClick="sortTable('tblSort',1,'int')" style="cursor:pointer">金额</th>                                 <th onClick="sortTable('tblSort',2,'int')" style="cursor:pointer">人数</th>                                    ………………                                                                    </tr>                                </thead> </table>  </body> </html>
查看完整描述

3 回答

?
慕后森

TA贡献1802条经验 获得超5个赞

用的是eclipse的话,右键该文件,properties--> resourse看一下编码格式


查看完整回答
反对 回复 2019-04-16
?
慕莱坞森

TA贡献1810条经验 获得超4个赞

原因很简单,你的这段代码编码没设置好。把这段代码剪切,新建一个空文件,把代码复制进去,保存的时候,选择utf-8就好了。


查看完整回答
反对 回复 2019-04-16
?
子衿沉夜

TA贡献1828条经验 获得超3个赞

看看报错的文件编码是不是UTF-8无bom


查看完整回答
反对 回复 2019-04-16
  • 3 回答
  • 0 关注
  • 378 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信