标签: javascript arrays
Discriminator
我采用的这段代码来自Best way to Check a JavaScript Object has all the keys of another JavaScript Object
答案 0 :(得分:2)
它从Object#hasOwnProperty的原型中借用Object,并使用bj2作为具有绑定(Function#bind)的this对象。
Object#hasOwnProperty
Object
bj2
Function#bind
this
结果是一个函数,可以用作回调。