利用 ASCII码 与字母之间的转换 利用 String.fromCharCode() 方法将ASCII码转成字符 利用 String.charCodeAt() 方法将字符转成ASCII码 - 2020-11-07 04:11:38