会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
古墩古墩
CnBlogs
Home
New Post
Contact
Admin
Subscription
2024年7月23日
js简单的创建包含26个英文字母的数组
- let a = Array.from(new Array(26), (val, index) => String.fromCodePoint(65 + index)); console.log(a) let b = new Array(26).fill(1).map((val,index) =>
Read More
posted @ 2024-07-23 22:32 古墩古墩
Views(4)
Comments(0)
Diggs(0)
Edit
公告