首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

结构org.w3c.dom.Node

2012-09-05 
构造org.w3c.dom.NodeHTMLInputElement node new HTMLInputElementImpl(new HTMLDocumentImpl(), input

构造org.w3c.dom.Node

HTMLInputElement node = new HTMLInputElementImpl(new HTMLDocumentImpl(), "input");
??node.setAttribute("type", type);
??node.setAttribute("name", name);
??node.setAttribute("value", value);

注:Node 是 HTMLInputElement 的祖先类

热点排行