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.
我使用 Geckofx,我想知道,如何从 geckowebbrowser 中的超链接获取 url。
谢谢你
获取如下链接
GeckoLinkElement link = new GeckoLinkElement(_myBrowser.Document.getElementById('your_link_id').DomObject); link.click();
您也需要 GeckoFX 21 和 xulrunner 21