设置a标签属性outline即可 如: a { outline: none; } a:focus { outline: none; } 在firefox测试通过,webkit内核浏览器无此问题 转载于:https://www.cnblogs.com/zquancai/p/4154916.html