Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该代码爬取了几个 URL,并在某个 url 处停止并出现以下错误:
Fatal error: Call to undefined method DOMElement::item()
为什么会出现这个错误?
可能是因为DOMElement没有名为item().
item()