Open LLwanran opened 5 years ago
pop
push
reverse
shift
sort
splice
unshift
copyWithin
fill
concat
join
slice
toString
toLocaleString
indexOf
lastIndexOf
includes
toSource
forEach
every
some
filter
map
reduce
reduceRight
entries
find
findIndex
keys
values
pop
、push
、reverse
、shift
、sort
、splice
、unshift
,以及两个ES6新增的方法copyWithin
和fill
concat
、join
、slice
、toString
、toLocaleString
、indexOf
、lastIndexOf
、includes
(ES7新增)、toSource
(非标准)forEach
、every
、some
、filter
、map
、reduce
、reduceRight
以及ES6新增的方法entries
、find
、findIndex
、keys
、values