集 一个很小的(196B)实用程序,用于安全地写入深层对象值! 有关访问深层对象属性的信息,请参见 。 使用GraphQL? 您可能需要dset/merge有关更多信息,请参见。 安装 $ npm install --save dset 模式 可以使用dset两个“版本”: dset 大小(gzip): 196字节可用性: , , import { dset } from 'dset' ; dset/merge 大小(gzip): 289个字节可用性: , , import { dset } from 'dset/merge' ; 用法 import { dset } from 'dset' ; let foo = { abc : 123 } ; dset ( foo , 'foo.bar' , 'hello' ) ; // or: dset(foo, ['foo',