📜  javascript push 和 concat - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:19.048000             🧑  作者: Mango

代码示例1
//push() adds element in the end of array
// concat() also the same, but if the element is array, that element will probably separate elements of itself in the end of the array