多项选择题

下面哪些方式在同一个窗口下能够检测一个js对象是否是数组类型?()

A.Array.isArray()
B.instanceof
C.typeof
D.Object.prototype.toString.call()