const info = { [Symbol('a')]: 'b', }; console.log(info); console.log(Object.keys(info));. A Symbol is not enumerable ...
確定! 回上一頁