createElement ("form") newForm.setAttribute("id","sendform"); // create an input element node in the same context var newField = doc.createElement("input"); ...
確定! 回上一頁