下面的文本保存为:1.html的时候,用ie打开最上面会出来两个乱码:??  但我一时也找不到,想把这两个乱码删除,
请各位帮忙看一下,到底在什么位置啊?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
<body class="body1">
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#BEE2A9">
  <tr>
    <td height="29" align="left" background="image/b.png" bgcolor="#FFFFFF" class="c_green"> &nbsp; 帮助文档 → 调用列表</td>
  </tr>
  <tr>
    <td align="center" bgcolor="#FFFFFF" class="body1" ><table width="100%" border="0" cellspacing="0" cellpadding="0" class="line">
      <tr>
        <th height="30" align="left" valign="middle">一、函数原形</th>
      </tr>
      <tr>
        <td height="30" align="left" class="p20">new myPage($sql,$pageSize,$display,$channelId);</td>
      </tr>
      <tr>
        <td height="30" align="left" class="p20">函数说明:$sql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sql语法,静态列表的时候表名可以用:{modeTableName},{channelTableName}代替,动态列表直接写表名</td>
      </tr>
      <tr>
        <td height="30" align="left" class="p20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$pageSize &nbsp;&nbsp;&nbsp; 每页显示多少条记录,如果为静态分页的时候可以为空,或者任意,在分页类当中已经处理。 </td>
      </tr>
      <tr>
        <td height="30" align="left" class="p20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$display&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 显示几个分页符号,例如:$dispaly=3时,则显示:1 2 3 4 5 6 </td>
      ? </tr>
      <tr>
        <td height="30" align="left" class="p20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$channelId&nbsp;&nbsp; &nbsp;调用id为$channelId的列表分页</td>
      ?</tr>
      <tr>
        <td height="30" align="left" class="p20">包含文件:include_once(dirname(__FILE__) . &quot;/inc/include.php&quot;);</td>
      </tr>
      <tr>
        <td height="30" align="left" class="p20">&nbsp;  &nbsp;    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include_once(dirname(__FILE__) . &quot;/inc/common.function.php&quot;);<br /></td>
      </tr>
      <tr>
        <td height="30" align="left" class="p20"><p>调用例子:$sql = &quot;select id,fid,title,addTime,isHtml,htmlName from {modeTableName} where  del=0 and fid in({childes}) order by</p>
          <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; orderId asc,id desc limit 10&quot;;</p>
          <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $result = getArcList($channelId,$sql);</p>
          <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; foreach($result as $val)</p>
          <p>&nbsp;            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</p>
          <p>&nbsp;                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $str = &quot;&lt;a href='&quot; . $val[&quot;titleLink&quot;] . &quot;'&gt;&quot; . cn_substr($val[&quot;title&quot;],0,22) . &quot;&lt;/a&gt;--&quot;;</p>
          <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $str .= date(&quot;y-m-d&quot;,strtotime($val[&quot;addTime&quot;]));</p>
          <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo $str . &quot;&lt;br/&gt;&quot;; </p>
          <p>&nbsp;           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } </p></td>
      </tr>
      <tr>
        <td height="30" align="left" class="p20">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

解决方案 »

  1.   

         </tr>
          <tr>
            <td height="30" align="left" class="p20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$display&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 显示几个分页符号,例如:$dispaly=3时,则显示:1 2 3 4 5 6 </td>
          ? </tr>
          <tr>
            <td height="30" align="left" class="p20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$channelId&nbsp;&nbsp; &nbsp;调用id为$channelId的列表分页</td>
          ?</tr>
          <tr>
            <td height="30" align="left" class="p20">包含文件:include_once(dirname(__FILE__) . &quot;/inc/include.php&quot;);</td>
          </tr>
          <tr>