forEach (key => { if (obj[key] && typeof obj[key] === "object") //如果遇到的值又 ... return arr } } // 用法let Obj = { name: 'AAA', age: 18, ...
確定! 回上一頁