是否可以使用 vim 替换 'http://google.com/' 和其他指向 '#' 的链接?
<a class="link1" href="http://google.com/">My Link</a>
<a class="link1" href="http://yahoo.com/">My Link</a>
<a href="http://stackoverflow.com/">My Link</a>
到
<a class="link1" href="#">My Link</a>
<a class="link1" href="#">My Link</a>
<a href="#">My Link</a>
谢谢