【JavaScript】繼承的幾種方式

本博客三種繼承導圖 1、原型繼承: <script> function Person(name, age, sex) { this.name = name; this.age = age; this.sex = sex; }; Person.prototype.sayHi = function () { c
相關文章
相關標籤/搜索