首页›网络›ElementDocument
ElementDocument
Kuoqi\Document\ElementDocument(123 行):单个 DOM 元素封装
本页内容
- 方法清单
- 注意事项
方法清单
| 方法 | 签名 | 说明 |
|---|---|---|
getAttr | getAttr($attrName) | 取属性(无返回 null) |
text | text() | 文本内容 |
outerHtml / html | outerHtml() / html() | 完整/内部 HTML |
select / find | ($xPath) | XPath 查找 |
removeAttr | removeAttr($attrName) | 移除属性 |
remove | remove($xPath) | 移除节点(倒序删除防偏移) |
removeLastchild | removeLastchild() | 移除最后一个子节点 |
注意事项
lastChild() 为未实现占位(直接 quit "开发中")。
KuoqiPHP v1.05 · 离线静态文档 · 界面基于 KuoqiUI ·
返回首页