布尔和undefined那种特殊类型
let _obj = JSON.stringify(obj), objClone = JSON.parse(_obj); return objClone } 复制代码