取得form 元件 var form = document.getElementById("form1"); // 建立文字欄位元件 var text = document.createElement("input"); text.type = "text";
確定! 回上一頁