表达式还可以用于定义方法名。
let obj = { ['h' + 'ello']() { return 'hi'; } }; obj.hello() // hi
作者:孟繁贵 Email:meng010387@126.com 期待共同进步!