ES5+ 的数组相关API

前言

ES5 

Array.isArray  

Array.prototype.pop

Array.prototype.push

Array.prototype.shift

Array.prototype.unshift

Array.prototype.reverse

Array.prototype.sort

Array.prototype.slice

Array.prototype.splice

Array.prototype.concat

Array.prototype.indexOf

Array.prototype.lastIndexOf

猜你喜欢

转载自www.cnblogs.com/jkCaptain/p/8903008.html
今日推荐