createElement ('label') label.setAttribute('for', forId) label.textContent = text form.appendChild(label) } } function addInput(id) { return function ...
確定! 回上一頁