例如:
var obj = { a: 1, b: 2, c: 3, d: 4 }Object.certainFunction(obj, ['a', 'b']) => {a: 1, b: 2}
这个样子的方法?
郎朗坤
相关分类