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.
我正在使用 PHP Simple HTML DOM Parser。
我想知道是否可以提取 HTML 注释 ( <!-- -->)。
<!-- -->
你可以吗?
直接来自他们的文档:
// Find all comment (<!--...-->) blocks $es = $html->find('comment');
http://simplehtmldom.sourceforge.net/manual.htm