next, create a text input where you'll enter your name var yourName=document.createElement('input'); yourName.setAttribute('type','text'); yourName.
確定! 回上一頁