const obj = {};console.log(obj.name = 'hello');// 为什么这个地方输出 hello备注,其实很少会这样使用,只是在看ts中定义枚举的时候看到了类似的代码,所以理解所以提出来看看 查看完整描述