Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 234 Bytes

数组.md

File metadata and controls

7 lines (4 loc) · 234 Bytes

push()方法可以在数组的末属添加一个或多个元素

shift()方法把数组中的第一个元素删除

unshift()方法可以在数组的前端添加一个或多个元素

pop()方法把数组中的最后一个元素删除