element node (所有HTML tag 都是element node,例如 <div> 、 <h1> ) · text nodes (純string),甚至連comment 都會出現在node 上[延伸閱讀: DOM tree].
確定! 回上一頁