简体中文
Appearance
深克隆对象
import { deepClone } from 'dlib-utils'; const a = { f: 1, c: 2 }; const b = deepClone(a);