gpt4 book ai didi

php - 如何在 PHP 中获取 DIV 的 HTML 内容

转载 作者:可可西里 更新时间:2023-10-31 23:07:05 26 4
gpt4 key购买 nike

我需要从 URL 中获取 DIV 的 HTML 内容。我已经尝试使用 preg_match() 和 simple_html_dom 获取 div 的内容,但我只获取了纯文本。

simple_html_dom 示例:

$html = file_get_html('http://webpage.tld');
$code = $html->find('#mydiv', 0);
var_dump($code->plaintext);

最佳答案

使用 $code->outertext 代替 $code->plaintext

关于php - 如何在 PHP 中获取 DIV 的 HTML 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14674816/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com