shoppe代码第一个 Parent.__proto__.print是定义在Function.prototype上的,Parent的原型链:Parent -> Function.prototype -> Object.prototype上面都没定义realname所以输出undefined,而parent实例的原型链:parent -> Parent.prototype -> Object.prototype都没有print方法