sharedhas own property拥有自有属性 最为 ES1 就存在的原型方法。可能是怕被重写吧。 const hasOwnProperty = Object.prototype.hasOwnProperty;export default hasOwnProperty;