js 数组原型

Array.isArray( Array.prototype )

// A. true
// B. false
// C. error
// D. other

答案是A。

其实 Array.prototype 也是一个数组。

原文地址:https://www.cnblogs.com/sea-stream/p/10741939.html