js 数组原型
时间:2019-04-20 18:23:36
收藏:0
阅读:109
Array.isArray( Array.prototype ) // A. true // B. false // C. error // D. other
答案是A。
其实 Array.prototype 也是一个数组。
原文:https://www.cnblogs.com/sea-stream/p/10741939.html
评论(0)