* 提取对象数组的某个属性数组,如[{'x':1},{'x':2}] 提取 x得到[1,2] * @param {*} arr * @param {*} key * @returns []
(arr, key)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected