注意点:在js中常见的几种方进行扩展
第一种:ES6提供的 Object.assign();
第二种:ES5提供的 extend()方法
第三种:Object对象提供的 defineProperty()
第四种:灵活使用prototype