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.
我正在尝试使用 ganon.php 来解析 html 内容,就像我使用 jQuery 一样,但我有一个错误说:
Fatal error: Call to undefined function file_get_dom()
我在这里按照图书馆页面中的所有说明进行操作:
我将“ganon.php”文件放在与我的文件相同的文件夹中,然后通过以下方式包含它:
include 'ganon.php';