php get_meta_tags 未获取 property=“og:type”标签

发布于 2024-10-15 23:50:12 字数 148 浏览 2 评论 0原文

所以 php 的 get_meta_tags 会获取具有名称字段的元标记,但有时有些元标记没有字段,但使用 property="" 作为标识符,而此函数没有获取它......

有没有更好的方法获取元标记,包括 php 中带有 property="" 标识符的元标记?

so php's get_meta_tags would fetch the meta tags that has a name field to it but sometimes there are meta tags that has no fields but uses property="" as identifier instead and this function is not fetching it....

is there any better way to get meta tags including those with property="" identifiers in php?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懒猫 2024-10-22 23:50:12

使用 DOM 的 loadHTML 自行解析 XML 或 HTML 并在其上运行 xpath。

Parse the XML or HTML yourself with DOM's loadHTML and run an xpath on it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文