注意,属性名表达式如果是一个对象,默认情况下会自动将对象转为字符串 [object Object] ,这一点要特别小心。 const keyA = {a: 1}; const keyB = {b: 2}; const myObject ...
確定! 回上一頁