web前端:理解js原型链

web前端:理解js原型链

工具材料javascript 01学习原型链之前我们先认识一下构造函数,代码如下:function S() { this.name = 'xxx' this.say = function()
JavaScript180