DevTips
6 subscribers
50 photos
26 links
Download Telegram
Array.prototype.at()

接收一个整数值并返回该索引的项目,允许正数和负数。负整数从数组中的最后一个项目开始倒数。

#Array #Methods