我主要是这样使用的:
arr.push(element)
但我见过人们这样使用:
arr.push.apply(arr, element)
这两种方法有什么不同?
https://stackoverflow.com/questions/41405252
相似问题