先指定编码再输出 title 看看

解决方案 »

  1.   

    faisun(暖阳):
    按你说的那样做,问题解决了:)
    很奇怪是什么愿意啊
    以前从来没遭遇过,呵呵
      

  2.   

    header("content-Type: text/html; charset=utf-8");
      

  3.   

    一般前面最好加上这些语句
    <?php
    header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
    header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
    header("Content-Type:text/html; charset=utf-8");
    header("Cache-Control: no-store, no-cache, must-revalidate");
    header("Cache-Control: post-check=0, pre-check=0", false);
    header("Pragma: no-cache");
    ?>