补充一点:"然后整个asp页面的内码都是big5","需手工在IE工具栏中指定"BIG5编码","

解决方案 »

  1.   

    <?php header("Content-Type: text/html;charset=BIG5"); ?>
    <meta http-equiv='Content-Type' content='text/html; charset=big5>
      

  2.   

    多谢ice_berg16(寻梦的稻草人) ,我试一下看一下,你在线上吗?
      

  3.   

    编码变量在setting.php中设置.
    ==============
    include("setting.php");
    header("Content-Type: text/html;charset=$charset");
    echo "<meta http-equiv='Content-Type' content='text/html; charset=$charset'>";==============
    setting.php:
    -------
    $charset = "big5";
    ==============
    *****************************
    也可以将 网页中的字符串 gb2312 替换为 big5.(也可以批处理的)