我有一些像这样的 utf-8 html:
<a href="http://example.com">Today 11:12 AM</a>
并getElementsByTagName('a')->item(0)->nodeValue
返回:
Today 11:12 AM
我在这个 html 中的其他节点没有任何问题。
我究竟做错了什么?
我有一些像这样的 utf-8 html:
<a href="http://example.com">Today 11:12 AM</a>
并getElementsByTagName('a')->item(0)->nodeValue
返回:
Today 11:12 AM
我在这个 html 中的其他节点没有任何问题。
我究竟做错了什么?