js中, 怎么将ASCII码值转成相应字符?

2010-12-16 10:20:58 by 【6yang】, 357 visits, 收藏 | 返回

<script language="javascript">

alert("A".charCodeAt(0));
alert(String.fromCharCode(97));

</script>

分享到:
share

    图片原图

    loading

    loading