📅  最后修改于: 2020-10-25 09:18:29             🧑  作者: Mango
JavaScript的handler.ownKeys()方法用于返回可枚举的对象。此方法是Reflect.ownKeys()的陷阱。
ownKeys: function(target)
target:目标对象。
返回一个可枚举的对象。
Chrome | 49 |
Edge | 12 |
Firefox | 18 |
Opera | 36 |
输出:
Use handler.ownKeys() is a,b,c
输出:
Age Count
输出:
in ownKeys method foo
in ownKeys method foo,variable