如何查看对象分别有什么属性和方法。

console.log(Object.getOwnPropertyNames(Array.prototype));
console.log(Object.getOwnPropertyNames(Object.prototype))

 

posted @ 2022-06-29 17:18  我歌且谣  阅读(16)  评论(0编辑  收藏  举报