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