var href=document.getElementsByTagName('a'); for(var i=0;i<href.length;i++){ href[i].ontouchend=function(){ window.location.href=this.getAttribute("href"); } };
直接给这段js再代码底部即可