createElement ('h2'); h2Element.textContent = H2_TEXT; h2Element.id = 'wdce-h2'; return h2Element; }; const createH3 = (id, text) => { const h3Element ...
確定! 回上一頁