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

<!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>



慕森王
浏览 379回答 3
3回答

慕后森

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

慕莱坞森

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

子衿沉夜

看看报错的文件编码是不是UTF-8无bom
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java