var text = document.createElement("input"); text.type = "text"; text.name = "hello"; form.appendChild(text); 一般而 ...
確定! 回上一頁