js转换ASCII码

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

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

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