さまざまなhrefとのリンクがいくつかあり、次のようなこの値の明確なURLを取得したいと考えています。
http://localhost/ -> http://localhost/
localhost -> http://mysite.example/localhost
firstpage -> http://mysite.example/firstpage
/anotherpage -> http://mysite.example/anotherpage
#anchor1 -> http://mysite.example/currentpage#anchor1
/#anchor2 -> http://mysite.example/#anchor2
ところで、クリック処理用のコードは必要ありません。私はそれを行うことができます。