createElement('h1'); title.innerText='Hello React (method 1)'; title.className='main'; document.getElementById('root').appendChild(title); ...
確定! 回上一頁