可能服务器端的配置问题;
最好安装新版的APACHE,MYSQL;

解决方案 »

  1.   

    这是探针  应该没问题呀
    http://www.51oib.com/php.php
      

  2.   

    页面代码文件的存贮格式不对.
    可能是存成了UTF-8格式的.
      

  3.   

    不是浏览器问题吧? 你看着正常吗??也不是UTF-8格式格式的
      

  4.   

    在网页文件中加一个<meta>设定文字输出看看
      

  5.   

    To:adonet() 
    <meta>只是文字的定义~~~html符号是不变的~~但他现在是连html都没有啊~~TO: xiaomu (农民)  你是不是使用了编译工具啊??
      

  6.   

    hodat(华帝) 没有  就是文本写的PHP  adonet() 
    啥都出不来呀 555
      

  7.   

    图片?php输出的图片吗?
    贴出你的程序看看
      

  8.   

    找个HTTP的代理访问就一点问题都没有呀 怎么搞的??
      

  9.   

    代码好多呀   这是首页!<?php
    require("./global.php");
    require('./include/function.php');
    //amiao模板分类开始;
    if($templatepath=='amiao'){
    $articlesorts=$db->query("SELECT categoriseid,categorisename FROM ".$tablepre."categorise WHERE layers=1 ORDER BY categoriseid ASC");
    while($articlesort=$db->array_row()){
    eval("\$main_amiao_sort .= \"".gettemplate('sort_amiao_article.html')."\";");
    }}
    //amiao模板分类结束;
    eval("\$header .= \"".gettemplate('header.html')."\";");//最新文章;
    $newarticle=$db->query("SELECT id,title,date,counts FROM ".$tablepre."article WHERE news=0 && imagearticle=0 ORDER BY id DESC LIMIT 0,$main_page_num;");
    while($newarticle=$db->array_row()){

    $newarticle[title]=substrgb($newarticle[title],$index_str_nums); //标题截取;
    eval("\$new_article .= \"".gettemplate('newarticle.html')."\";");}//公告;
    $announce=$db->query("SELECT id,title,date FROM ".$tablepre."article WHERE news=1 ORDER BY id DESC LIMIT 0,10;");
    while($announce=$db->array_row()){
    eval("\$main_announce .= \"".gettemplate('announce.html')."\";");
    }
    //热门文章x;
    if($head_article_yes!='1'):
    $head_article=' && imagearticle=0 ';
    endif;
    $toparticle=$db->query("SELECT id,title,date,counts FROM ".$tablepre."article WHERE news=0  ".$head_article." ORDER BY counts DESC LIMIT 0,$top_article_num;");
    while($topartilce=$db->array_row()){
    eval("\$main_top_article .= \"".gettemplate('toparticle.html')."\";");
    }//if($templatepath!='amiao'){
    //通用分类;$articlesorts=$db->query("SELECT categoriseid,categorisename,layers FROM ".$tablepre."categorise  ORDER BY listid;");
    while($articlesort=$db->array_row()){ if($articlesort[layers]<=1){
    $layernums='';
    }else{
    $layernums='&nbsp;&nbsp;'; for($i=0;$i<$articlesort[layers]-1;$i++){
    $layernums.='&nbsp;&nbsp;';
    }
    }
    eval("\$main_sort .= \"".gettemplate('sortarticle.html')."\";");
    }$articleimg=$db->query("SELECT ".$tablepre."article.id,".$tablepre."article.title,".$tablepre."article.text,".$tablepre."attachment.filepath  
    FROM ".$tablepre."article,".$tablepre."attachment 
    WHERE ".$tablepre."article.imagearticle=1 && ".$tablepre."article.id=".$tablepre."attachment.imagearticle 
    ORDER BY ".$tablepre."article.id DESC 
    LIMIT $images_nums");//$articleimg=$db->object_row($articleimg);while($articleimg=$db->array_row()){
    $articleimg[text]=substrgb($articleimg[text],$imgstr);
    eval("\$main_articleimg .= \"".gettemplate('articleimg.html')."\";");
    }//投票
    $poll=$db->query("SELECT pollid,polltext,polltitle FROM ".$tablepre."poll ORDER BY pollid DESC LIMIT 1");
    $poll=$db->object_row($poll);$polltext=explode("|||",$poll->polltext);
    $pollnums=sizeof($polltext);for($i=0;$i<$pollnums;$i++){

    eval("\$main_poll .= \"".gettemplate('poll.html')."\";");
    }
    //结束投票
    eval("\$footer .= \"".gettemplate('footer.html')."\";");
    eval("dooutput(\"".gettemplate('main.html')."\");");
    ?>
      

  10.   

    想错了,hehe~
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
      

  11.   

    xizi2002(☆☆戏☆子☆☆) 
    你说加上这个吗?
      

  12.   

    每个模板页上面都有
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">我觉得要是编码错误的话图片啥的应该能出来 啊  现在是啥都不行
      

  13.   

    xizi2002(☆☆戏☆子☆☆) 你先告诉我  你看着正常吗?如果不正常 你用211.233.72.111:8080这个代理再访问一下  看是否正常!
      

  14.   

    图片不能和html一起输出,采用<img src="./***.php">来饮用
      

  15.   

    看到了,<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    你的里面有了这个了hehe~~两个了呵呵
      

  16.   

    查查代码里有没有输入其他页面格式的 header("Content-Type:****/****");
      

  17.   

    CSDN里也出乱码了.查查代码里有没有输出其他页面格式的 header("Content-Type:****/****");
      

  18.   

    这是他生成的页面:` 
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
     <HTML>
    <HEAD>
    <TITLE>东方国际书局</TITLE>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
    <link href="./template/oib/images/css.css" rel="stylesheet" type="text/css">
    </HEAD>
    <BODY BGCOLOR=#DADADA topmargin="0">
    <!-- ImageReady Slices (layout.psd) -->
    <TABLE WIDTH=760 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0 bordercolor="#111111" style="border-collapse: collapse; border-style: solid; border-width: 1">
      <TR> 
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=167 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=55 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=9 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=9 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=26 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=23 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=8 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=11 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=12 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=32 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=8 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=6 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=8 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=10 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=2 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=56 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=29 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=16 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=25 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=19 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=26 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=42 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=15 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=31 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=62 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=21 HEIGHT=1></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=32 HEIGHT=1></TD>
        <TD></TD>
      </TR>
      <TR> 
        <TD COLSPAN=7> <IMG SRC="./template/oib/images/oib_01.gif" WIDTH=297 HEIGHT=145></TD>
        <TD COLSPAN=6 ROWSPAN=2> <IMG SRC="./template/oib/images/oib_02.gif" WIDTH=77 HEIGHT=190></TD>
        <TD COLSPAN=13 ROWSPAN=2> <IMG SRC="./template/oib/images/oib_03.gif" WIDTH=354 HEIGHT=190></TD>
        <TD ROWSPAN=2> <IMG SRC="./template/oib/images/oib_04.gif" WIDTH=32 HEIGHT=190></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=145></TD>
      </TR>
      <TR> 
        <TD COLSPAN=7 ROWSPAN=4> <IMG SRC="./template/oib/images/oib_05.gif" WIDTH=297 HEIGHT=113></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=45></TD>
      </TR>
      <TR> 
        <TD COLSPAN=19> <IMG SRC="./template/oib/images/oib_06.gif" WIDTH=431 HEIGHT=16></TD>
        <TD ROWSPAN=3> <IMG SRC="./template/oib/images/oib_07.gif" WIDTH=32 HEIGHT=68></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=16></TD>
      </TR>
      <TR> 
        <TD COLSPAN=2> <IMG SRC="./template/oib/images/oib_08.gif" WIDTH=23 HEIGHT=27></TD>
        <TD> <a href="http://www.51oib.com"><IMG SRC="./template/oib/images/oib_09.gif" WIDTH=32 HEIGHT=27 border="0"></a></TD>
        <TD COLSPAN=4> <IMG SRC="./template/oib/images/oib_10.gif" WIDTH=32 HEIGHT=27></TD>
        <TD COLSPAN=2> <a href="http://www.51oib.com"><IMG SRC="./template/oib/images/oib_11.gif" WIDTH=58 HEIGHT=27 border="0"></a></TD>
        <TD> <IMG SRC="./template/oib/images/oib_12.gif" WIDTH=29 HEIGHT=27></TD>
        <TD COLSPAN=3> <a href="http://www.folkcn.org/oib/buy" target="_blank"><IMG SRC="./template/oib/images/oib_13.gif" WIDTH=60 HEIGHT=27 border="0"></a></TD>
        <TD> <IMG SRC="./template/oib/images/oib_14.gif" WIDTH=26 HEIGHT=27></TD>
        <TD COLSPAN=2> <a href="http://www.folkcn.org" target="_blank"><IMG SRC="./template/oib/images/oib_15.gif" WIDTH=57 HEIGHT=27 border="0"></a></TD>
        <TD> <IMG SRC="./template/oib/images/oib_16.gif" WIDTH=31 HEIGHT=27></TD>
        <TD> <a href="http://www.51oib.com/list.php?typeid=1"><IMG SRC="./template/oib/images/oib_17.gif" WIDTH=62 HEIGHT=27 border="0"></a></TD>
        <TD> <IMG SRC="./template/oib/images/oib_18.gif" WIDTH=21 HEIGHT=27></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=27></TD>
      </TR>
      <TR> 
        <TD COLSPAN=19> <IMG SRC="./template/oib/images/oib_19.gif" WIDTH=431 HEIGHT=25></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=25></TD>
      </TR>
      <TR> 
        <TD COLSPAN=7> <IMG SRC="./template/oib/images/oib_20.gif" WIDTH=297 HEIGHT=38></TD>
        <TD COLSPAN=4> <IMG SRC="./template/oib/images/oib_21.gif" WIDTH=63 HEIGHT=38></TD>
        <TD COLSPAN=16 bgcolor="#FFFFFF"><font color="#000099" size="3"><strong>海上明月共潮生 
          ——东方国际书局十年华诞</strong></font><br></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=38></TD>
      </TR>
      <TR> 
        <TD COLSPAN=7> <IMG SRC="./template/oib/images/oib_23.gif" WIDTH=297 HEIGHT=34></TD>
        <TD COLSPAN=20> <IMG SRC="./template/oib/images/oib_24.gif" WIDTH=463 HEIGHT=34></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=34></TD>
      </TR>
      <TR> 
        <TD COLSPAN=3 valign="top" bgcolor="#FFFFFF"><table width="" height="9" border="0" cellpadding="0" cellspacing="0">
                  <tr></tr>
                </table></TD>
        <TD COLSPAN=2 background="./template/oib/images/oib_26.gif">&nbsp; </TD>
        <TD COLSPAN=22 valign="top" bgcolor="#FFFFFF"> <MARQUEE id=news onmouseover=this.stop() style="BOTTOM: 0px; TOP: 0px; HEIGHT: 190px; TEXT-ALIGN: left" onmouseout=this.start() scrollAmount=1 scrollDelay=10 direction=up behavior=loop border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <table width="100%" height="297" border=0 cellpadding=2 cellspacing=2 style="TABLE-LAYOUT: fixed"><tbody><tr><td width="100%" height="100%" style="WORD-WRAP: break-word"><strong><font size="2"><a href="http://www.51oib.com">  </a></font></strong><a href="http://www.51oib.com"><font size="2"><strong>东方国际书局,英文全称
      

  19.   

    “Orient&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; International Books”,简称“Orient Int'l Books”,英文缩写为“OIB”。 </strong></font></a><p><a href="http://www.51oib.com"><font size="2"><strong>  东方国际书局于1993年6月由山东省作家协会组建成立,是经山东省政府体制改革委员会批准成立、经山东省工商管理局审核注册的省直民营企业,是最早通过山东省新闻出版管理局审批的具有图书、音像制品二级批发资格的省级单位之一。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  书局总部驻地在山东省省会——泉城济南,首都北京常设办事机构东方国际书局北京办事处。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  书局以弘扬中华民族优秀传统文化为己任,以崇尚科学、尊重知识、促进人类文明的多极化发展为宗旨,致力于国际文化交流,推动东西方文明的相互了解、汲取与进步。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  十年来,书局以书业为先导,既编译了《人文素养奠基读本·国学必知经典》、《三上文库·西方文化译丛》等具有较高学术水平、较高文化品位的优秀丛书,也推出了《五点速记手册》等高质量的学生实用工具书和《教师口语训练》、《简明书法教程》等教材、教辅精品,培养出一批精于选题策划、整体设计、编辑校对、发行推介等全部出版流程的专业人才。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  十年来,书局恪守“诚信为本”的经营理念,与全国各地数十家出版社、二百余家发行单位和多家印务、物流部门保持着良好的合作关系;并为中外文化交流广开渠道,与联合国教科文组织、联合国工发组织、美国驻华大使馆新闻文化处等涉外机构保持着广泛的联系与合作。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  书局一向重视信息传播与交流的现代化、关注知识载体多样化的发展趋势,是山东省最早将图文信息数字化处理技术运用于出版领域的单位之一。书局创建伊始,便报经山东省科委批准,组建了以计算机应用软件研发为主的“山东省现代工程技术研究所”,研究所咬定中国古代文字完全数字化处理的研究方向,为中国古籍的数字化整理、突破汉语国际化传播障碍进行了不懈的努力。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  新的世纪之交,现代化、全球化大潮汹涌,我们的国家又一次处于重大社会转型期。面对中国文化再次迎来的新一轮中西交流与碰撞的历史机遇,面对现代化浪潮和西方强势文化对中国民俗文化与传统的剧烈冲击,东方国际书局诸同志以高度的文化责任感和使命感,为抢救和保护民俗文化奔走疾呼,为探讨数千年传承不息的中华文化如何在新的历史条件下实现新的整合与超越从而实现中华民族的伟大复兴、自立于世界民族之林而上下求索——</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  自1999年起,书局不惜耗费大量人力、物力和财力,成立代号为“ZHMS”的专案组,策动“世纪之交中国规模最大、涉及面最广的文化工程——中华民俗”。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  2001年4月3日,书局与山东电视台、西苑出版社在济南签署《“中华民俗”项目合作意向书》,就三方联手协作完成“中华民俗”大型文化工程的有关事宜,达成长达万言的协议。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  2001年7月21日,书局与山东电视台、西苑出版社、中国民间文艺家协会四单位,在北京就共同发起、组织、实施“中国民间文化遗产抢救工程”达成协议,并签署《“中国民间文化遗产抢救工程”项目合作协议书》。工程引发了强烈的社会反响,受到党和国家领导人的高度关注。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  2002年10月10日,全国哲学社会科学规划领导小组将“中国民间文化遗产抢救工程”列为“国家社科基金特别委托项目”。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  2003年1月,“中国民间文化遗产抢救工程”由中宣部、文化部、国家民委、中国文联共同主持,作为国家重点文化建设项目“中国民族民间文化保护工程”的子项目正式立项,并成立了工程工作委员会和专家委员会,书局总编辑何明同志名列其中。</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>  2003年3月25日,“中国民间文化遗产抢救工程工作会议”在京召开,来自各省、自治区、直辖市的政府、党委宣传部、文化厅、文联、民协等有关部门的负责同志、专家学者,以及文化部、国家民委、中国文联的有关领导共100余人出席会议。会议分工由东方国际书局负责组建“中国民间文学图文资料数据库编纂管理委员会”,承担该数据库和“抢救工程专用互联网站”建设的任务。<br>抢救工程全面展开……</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong><br>中华文明源远流长,<br>中华文化博大精深,<br>中华民族坚忍厚重、生生不息!</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>值此书局十年华诞——</strong></font></a></p><p><a href="http://www.51oib.com"><font size="2"><strong>我们愿与各界同仁共祝祖国繁荣昌盛,<br>同心同德携手并进,共赴民族复兴大业!</strong></font></a></p></td></tr></tbody></table></MARQUEE> <p> </p></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=93></TD>
      </TR>
      <TR> 
        <TD COLSPAN=27> <IMG SRC="./template/oib/images/oib_28.gif" WIDTH=760 HEIGHT=14></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=14></TD>
      </TR>
      <TR> 
        <TD ROWSPAN=2> <IMG SRC="./template/oib/images/oib_29.gif" WIDTH=167 HEIGHT=40></TD>
        <TD colspan="21" background="./template/oib/images/oib_33.gif"><div align="center"><font size="2" face="Arial">Copyright 
            &copy; 2002 <a href="http://www.51oib.com"><strong>东方国际书局</strong></a> All Rights 
            Reserved.</font></div></TD>
        <TD COLSPAN=5 ROWSPAN=2> <IMG SRC="./template/oib/images/oib_39.gif" WIDTH=161 HEIGHT=40></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=28></TD>
      </TR>
      <TR> 
        <TD COLSPAN=21> <IMG SRC="./template/oib/images/oib_40.gif" WIDTH=432 HEIGHT=12></TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=12></TD>
      </TR>
      <TR> 
        <TD COLSPAN=27 bgcolor="#FFFFFF">&nbsp; </TD>
        <TD> <IMG SRC="./template/oib/images/Spacer.gif" WIDTH=1 HEIGHT=23></TD>
      </TR>
    </TABLE>
    <!-- End ImageReady Slices -->
    </BODY>
    </HTML><!--页面生成时间0.146818(s)-->
      

  20.   

    telnet www.51oib.com 80get / http/1.0HTTP/1.1 302 Found
    Date: Sat, 05 Jul 2003 07:41:25 GMT
    Server: Apache
    location: http://www.pipni.cz/
    Content-Length: 0
    Connection: close
    Content-Type: text/html
    头部信息中的location怎么总是定位到http://www.pipni.cz/去呢?
      

  21.   

    output_handler = ; 你可以重定向你的脚本的所有输出到一个函数,
    ; 那样做可能对处理或以日志记录它有用.
    ; 例如若你将这个output_handler 设为"ob_gzhandler",
    ; 则输出会被透明地为支持gzip或deflate编码的浏览器压缩.
    ; 设一个输出处理器自动地打开输出缓冲.
      

  22.   

    www.pipni.cz的虚拟主机  域名解析也是他的
      

  23.   

    goodname()(︿_︿)() 呀  你讲的我没大听明白呀   能再讲细点吗? 麻烦你拉
      

  24.   

    ob_start("ob_gzhandler");  程序中头部有这个句吗?去掉它看看。
      

  25.   

    大家再看看这个  有什么异常吗 ?
    http://www.51oib.com/11.php
      

  26.   

    晕倒,我是说页面显示正常,呵呵。
    其实这个我们可以看到的
    http://www.51oib.com/php.php?style=sky&testinfo=phpinfo
      

  27.   

    其他页面都正常,那说明服务器没问题,  仅仅是这一个页面出问题,那就在这一页里找啊  不妨开始就先输出
      <?php
      echo "msg";
      exit();
      ?>
      然后将这代码向下代入,代到哪里发现显示乱码哪里找问题了  怎么看都不象服务器出问题,还有大家都是用的GB2312字符集浏览的,也就是说,输出的字符集也是没问题的,那问题在哪?应该在输出的问题上了   你找找