es6 对象简化写法-函数 表达式还可以用于定义方法名。let obj = { ['h' + 'ello']() { return 'hi'; }};obj.hello() // hi Other 2023-12-08 46 点赞 0 评论 69 浏览