var arr=new Array();
arr并没有.prototype属性,
只有function arr(){}arr才有prototype属性
创建了一个函数,这个函数就带有一个prototype属性。
只有函数才有prototyp属性吧