Unicode 字符值:行政间<script language="JavaScript">
var test = String.fromCharCode(34892,25919,38388);
document.write(test);
</script>

解决方案 »

  1.   

    $newcode=urldecode();//解码
    或者:
    $newcode=urlencode();//编码
      

  2.   

    gogola兄:不行哦!你试试!
    $newcode = urldecode("&#34892&#25919&#38388");
    echo $newcode;
      

  3.   

    <?
    header("Content-type: text/html; charset=windows-1252");
    echo "&#34892&#25919&#38388";
    ?>或者
    <?
    header("Content-type: text/html; charset=unicode");
    ?>
    &#34892&#25919&#38388