返回fruits数组对象原型创建的函数:
fruits.constructor;
结果输出:
function Array() { [native code] }
constructor 属性返回对创建此对象的数组函数的引用。
所有主要浏览器都支持constructor属性。
array.constructor