标签: javascript url hashtag
如何在触发javascript时删除用作空链接的#标签?
我的意思是, <a href="#">link</a>触发javascript内容,制作网址http://whatever.com/index.html#。
<a href="#">link</a>
如何在不从<a>属性中删除#的情况下摆脱#?
<a>
答案 0 :(得分:0)
使用
<a href="javascript:void(0)">link</a>