instanceof, typeof, object.prototype.toString.call()
摘要:
instanceof, typeof, object.prototype.toString.call() instanceof 用来判断某个构造函数的prototype属性所指向的对象是否存在于另外一个要检测对象的原型链上 点击查看代码 function instanceOf(target,type 阅读全文
posted @ 2022-08-06 11:15 苏舒 阅读(31) 评论(0) 推荐(0)
浙公网安备 33010602011771号