2017阿里巴巴前端在線筆試題

選擇題: 1、 let obj = Object.create({name: 'King'}); function foo(obj){ Object.setPrototypeOf(obj, null); return obj; } console.log(obj === foo(obj)); // tr
相關文章
相關標籤/搜索