function aa(){this.name="jok"}var bb=new aa();bb.prototype=aa.prototype;alert(aa.prototype)alert(bb.prototype) bb.prototype 等于aa 而aa.prototype才是对象