布爾和undefined那種特殊類型
let _obj = JSON.stringify(obj), objClone = JSON.parse(_obj); return objClone } 複製代碼