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.
HTML、JavaScript、または Objective C でハイパーリンクを自動検出できますか?
ハイパーリンクは html 仕様の一部です。
<a href="whoa">blah</a>
どの言語でも、DOM オブジェクトで xquery 検索を実行して、すべてのハイパーリンクを見つけます。
getElementsByTagName('a');