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 を使用しています。ハイパーリンクをクリックした後にクエリを実行したい.このクエリは、表示されるページを決定します。誰でも私を助けることができますか?
jquery スクリプトを使用できます。
<a id="link" href="..."></a> <script> $('.link').onClick(function() { }); </script>
関数では、ajax を実行してクエリを実行できます。