javascript的继承原理
一. js继承原理是 : 原型链
MySon->MySon.prototy->MyParent->MyParent.prototype->Object.prototype