标签:
char-->ascii var a = "123"; a.charAt(1).charCodeAt();ascii-->char String.fromCharCode(10);
javascript 中ASCII字符值转换
原文地址:http://www.cnblogs.com/micro-chen/p/5796380.html