js转换ASCII码

字符转ASCII码:用str.charCodeAt();

ASCII码转字符:用String.fromCharCode(65);

posted @ 2022-02-14 10:27  coffeemil  阅读(865)  评论(0编辑  收藏  举报