ES5和ES6继承方式区别?

  • ES5定义类以函数形式, 以prototype来实现继承

  • ES6以class形式定义类, 以extend形式继承

 

posted @ 2020-12-19 01:09  咔啡  阅读(76)  评论(0编辑  收藏  举报