Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎 WebBrowser 并不关心是否正在进行 ajax 调用,它只是在加载主 html 和图像时触发 DocumentCompleted ...
那么是否有可能知道包含所有 ajax 调用的页面何时完成?
听起来您需要实现异步 ajax 调用。
如何让 jQuery 执行同步而不是异步的 Ajax 请求?
或者,在成功时,设置告诉您呼叫何时返回的标志。