js xml
nodel=xmlDoc.createAttribute( "introduction ");
node1.text= "asdf ";~~~或者value都不能实现请问该如何做
xmlDoc.documentElement.firstChild.attributes.setNamedItem(nodel);
alert(xmlDoc.xml);
[解决办法]
是因为数字 "1 "和字母 "l "是不同的...
发布时间: 2012-02-20 21:18:24 作者: rapoo
js xml
nodel=xmlDoc.createAttribute( "introduction ");
node1.text= "asdf ";~~~或者value都不能实现请问该如何做
xmlDoc.documentElement.firstChild.attributes.setNamedItem(nodel);
alert(xmlDoc.xml);
[解决办法]
是因为数字 "1 "和字母 "l "是不同的...