JS 把数字转换成字母

 JS 把数字转换成字母 2013-03-12 22:28:11

分类: JavaScript

String.fromCharCode(addcount+65)

位运算
alert(1<<0)
 
 
http://blog.chinaunix.net/uid-11898547-id-3517924.html
原文地址:https://www.cnblogs.com/jcz1206/p/4981087.html