2012年9月29日

js中字母和ASCII码的转换

摘要: alert("a".charCodeAt()) //97alert(String.fromCharCode(97)) //a 阅读全文

posted @ 2012-09-29 10:24 All blue 阅读(229) 评论(0) 推荐(0) 编辑

导航