Skip to main content
lhzdnb Blog
前端基础知识
前端框架知识
LeetCode题解
面试题
Blog
2 docs tagged with "原型链"
View All Tags
实例方法、原型方法、静态方法
在JavaScript中,理解 原型方法、静态方法 和 实例方法 是关键,它们的本质区别在于方法的定义位置以及调用方式。让我们详细讲解每一种方法,并讨论它们的区别。
实现instanceOf
实现 instanceOf 函数