1const htmlDiv=document.querySelector('div'); 2const htmlPart='<p>Welcome to this <strong>page</strong></p>' 3htmlDiv.innerHTML=htmlPart;.
確定! 回上一頁