摘要: const alphabet=Array.from(new Array(26),(ele,index)=>{ return String.fromCharCode(65+index); }) console.log(alphabet) //["A", "B", "C", "D", "E", "F", 阅读全文
posted @ 2020-08-05 15:32 Haoyin-杰克 阅读(258) 评论(0) 推荐(0) 编辑