输入ASCII码构造字符串函数fromCharCode
格式:String.fromCharCode(“your string”);

读取单字符的ASCII码 charCodeAt
格式:字符串变量.charCodeAt(字符位置);