const flag = true; const obj = { a: 0, [flag ? "c" : "d"]: 2 }; // obj => { a: 0, c: 2 }
Copyright© 2013-2020
All Rights Reserved 京ICP备2023019179号-8