JS中我们可以通过pop方法移除数组的最后一个元素,可以通过shift方法移除数组的第一个元素
Click the button to remove the first element of the array. Try it
Click the button to remove the first element of the array.
上面的代码输出如下结果
Orange,Apple,Mango
希望本文所述对大家的javascript程序设计有所帮助。