1.直接给a 标签添加属性:onfocus="this.blur()" 即可
For Example:
<a onfocus="this.blur()" href="http://baidu.com">去掉虚线框</a>
2.添加outline: none属性(最常见的使用方法)