移动端a链接点击时取出背景色及边框

a{blr:expression(this.onFocus=this.blur())}
:focus{outline:0;} /*去掉a标签的虚线框,避免出现奇怪的选中区域*/
*{
-webkit-tap-highlight-color:rgba(255,0,0,0);

原文地址:https://www.cnblogs.com/zhouyx/p/5669274.html