appendChild (input); document.body.appendChild(button); button.onclick = function(){ var value = input.value; input.value = value * 1 1; }
確定! 回上一頁