const _symbolKey = array => { // 补全代码 let obj={} for(let i=0;i<array.length;i++){ obj[Symbol(array[i])]=array[i] } return obj }