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.
AJAX加载请求时如何触发文档加载事件?我有应用程序,它会自动在一页打开一些链接。此链接是AJAX请求。我怎样才能知道,第一个链接已加载,我可以点击第二个链接?
AJAX
当我通过导航方法加载第一页时,加载的事件文档将触发。AJAX当我通过请求加载下一页时,我想触发此事件(或其他事件) 。
我使用来自的网络浏览器 c# 组件System.Windows.Forms
System.Windows.Forms