标签: javascript
给出
DEBUG_GEOGRAPHY_EEA
我想生成一个对象
let o1 = { meta: { intent: 'i' } }; const t1 = { topic: 't' };
我怎么能用Object.assign或其他方式做到这一点?