append() method can append multiple Node or string, whereas appendChild() can append only one node. Example appendChild. let parentElement = document.body; // ...
確定! 回上一頁