Use Object.values since that can return any data type, unlike Object.keys which only returns strings. enum E { A, B } ...
確定! 回上一頁