摘要:
1. at()方法 Array.prototype.at() at() 方法接收一个整数值并返回该索引的项目,允许正数和负数。负整数从数组中的最后一个项目开始倒数。 const array1 = [5, 12, 8, 130, 44]; let index = 2; console.log(arra 阅读全文
posted @ 2022-09-06 19:59
ruby_s
阅读(118)
评论(0)
推荐(0)
浙公网安备 33010602011771号