<a href="javascript.:void(0)">点我啊</a>
<a href="#">点我啊</a>
理解为取消A的默认操作吧,即不打开href指向的链接。 跟onclick='return false;'作用一下,也可以用href='###'。