js 獲取的 html 對象,給其原型對象添加方法

let a = document.getElementsByClassName("demo") HTMLCollection.prototype.aaa=function(){ console.log("html 對象的原型是 HTMLCollection") } console.log(a) // 對象的原型在裏面又 console.log(typeof a) // object a.aaa()
相關文章
相關標籤/搜索