去掉连接虚线的方法

<a href="连接地址" onfocus="this.blur();">点击这里</a>

批量去掉连接虚线,仅在IE有效

a {
blr:expression_r(this.onFocus=this.blur())
}

原文地址:https://www.cnblogs.com/phpfans/p/2115684.html