const Anim = function (name) { this.name = name;}console.log(Anim.prototype);// 输出Anim{}意思是Anim.prototype指向它自己??? 查看完整描述