读书人

XML解析解决方法

发布时间: 2013-01-11 11:57:35 作者: rapoo

XML解析
下面这段话在火狐能够解析,在谷歌和IE就挂了,各位大神帮帮忙,该如何解析XML


tr.appendChild(td)
tbody.appendChild(tr)
}
tb.appendChild(tbody)
}
}
</script>
</head>
<body onload="loadXML()">
<table id="table_note" border="1">
<tr>
<td>姓名</td>
<td>网址</td>
</tr>
</table>
</body>
</html>


读书人网 >XML SOAP

热点推荐