insertBefore() method allows you to insert an element right before the specified one, e.g. // ... document.body.append(el) ...
確定! 回上一頁