最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
PHP用DOM方式处理HTML之《Simple HTML DOM》
时间:2022-06-24 20:50:09 编辑:袖梨 来源:一聚教程网
入门级
simple_html_dom插件
用dom处理html文件的利器
使用:
加载simple_html_dom.php文件
require_once 'simple_html_dom.php'
new simple_html_dom对象
$dom = new simple_html_dom()
加载html
$dom->load($html);
find()方法
$dom->find('div.lookLeftname', 0)->plaintext
class=‘lookLeftname'的div中的纯文本
$dom->find('div.lookLeftname', 0)->innertext
class='lookLeftname'的div中的内部文本
完整测试实例
| 代码如下 | 复制代码 |
|
require_once("simple_html_dom.php"); for($i=1;$i
$html = file_get_html(https://www.111cn.net); "; } ?> |
|
相关文章
- 支付宝刷视频如何领红包 05-06
- 百度搜题-网页版入口在哪 05-06
- 亚索技能加法攻略(探索亚索的技能加法,提升你的游戏实力!) 05-06
- 二重螺旋-皎皎角游戏入口位置-二重螺旋-皎皎角玩家社区登录入口 05-06
- 绿梦时空之声洛夕介绍指南 05-06
- 最后纪元职业技能攻略(探索职业技能,从零到一步步提升自己) 05-06