会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
爱喝酸奶的吃货
你没空时不会做的事情,有空了也不会做.
博客园
首页
新随笔
联系
管理
2016年7月11日
数字转大小写字母
摘要: var id=1; var id2=1; console.log(id);//1 id=String.fromCharCode(64 + parseInt(id)); console.log(id);//A console.log(id2);//1 id2=String.fromCharCode(9
阅读全文
posted @ 2016-07-11 17:50 爱喝酸奶的吃货
阅读(261)
评论(0)
推荐(0)
公告