Home >Backend Development >PHP Tutorial >PHP有类似WebBrowser的事件判断么,比如加载完成事件,当前加载状态等

PHP有类似WebBrowser的事件判断么,比如加载完成事件,当前加载状态等

WBOY
WBOYOriginal
2016-06-23 14:23:021104browse

WebBrowser  php WebCompleted WebBrowserReadyState

就是void WebCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
    WebBrowserReadyState.Complete 属性

或者说如何 获取文档加载完成后的DOMDocument;

回复讨论(解决方案)

js  不是有吗

如何才能作用于其他的网页啊   
比如 我想获取某个网页的数据  要等它完全加载时  , 这个咋写啊?

你获取时应该都可以加载完,用file_get_contents/curl 都可以实现。

没啊  , 他是在js里添加节点数据的

浏览器版本不对

... 介个 浏览器版本  

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn