<script>
var str=encodeURI("字");
document.write(decodeURI(str));
//alert(decodeURI(str));
</script>
为什么输出的内容是乱码?