生成26个英文字母

303 阅读1分钟

Array.from(Array(26), (i, k) => String.fromCharCode(k + 97))