我正在使用DOMDocument類來解析PHP中的HTML文檔。 表的代碼我使用...未使用PHP中的DOMDocument類獲取標籤的nodeValue?
<table>
<tr>
<td> 123 employees </td>
</tr>
<tr>
<td> $50,000 </td>
</tr>
</table>
我不能夠獲取標籤的nodeValue,這就像在上面的格式, 即($ 50,000,123名員工)。
嘗試回顯元素本身:'echo(string)$ element;' – 2010-02-05 12:25:02
發佈您的代碼。 – 2010-02-05 12:29:36