實(shí)現(xiàn)點(diǎn)擊a標(biāo)簽后不跳轉(zhuǎn)
如果是個(gè)# ,就會(huì)出現(xiàn)跳到頂部的情況,個(gè)人收藏的幾種解決方法:
1:<a href="####"></a>
2:<a href="javascript:void(0)"></a>
3:<a href="javascript:void(null)"></a>
4:<a href="#" onclick="return false"></a>
5:<span style="cursor:hand"></span>(好像在FF中不能顯示)
a標(biāo)簽打電話
<a href="tel:15900976979">15900976979</a>