請問我這裡的alert問什麼彈出的是undefinded卻沒有彈出h3標簽裡頭的內容呢?
出現undefind,很明顯就是你需要alert出來的內容取不到。
你可以嘗試逐步alert
你想要的結果
this.parentNode.parentNode.firstChild.innerHTML
你可以先確認
this.parentNode.parentNode
然後再確認
this.parentNode.parentNode.firstChild
或者
this.parentNode.parentNode.firstChild.innerHTML
這樣的話,比較容易快速解決undefind問題