2013年4月30日 | 没有评论 输入ASCII码构造字符串函数fromCharCode 格式:String.fromCharCode("your string"); 读取单字符的ASCII码 charCodeAt 格式:字符串变量.charCodeAt(字符位置);