1. 程式人生 > >移動端a標籤無法跳轉

移動端a標籤無法跳轉


for(var i=0;i<href.length;i++){
href[i].ontouchend=function(){
window.location.href=this.getAttribute("href");
}
};