functionsFunction: deleteByPath()On this pageFunction: deleteByPath() deleteByPath(obj, path, splitStr): any Defined in: src/deleteByPath.ts:9 Parameters obj any 对象源 path any 指定删除路径 splitStr string = '.' 分割路径字符 Returns any 删除后的对象 Func 删除指定路径的键值对 Desc