documentElement ( <html> ) has document as its parent. But document is not an element node, so parentNode returns it and parentElement does not.
確定! 回上一頁