function uaredirect(murl){
try {
if(document.getElementById("bdmark") != null){
return;
}
var urlhash = window.location.hash;
if (!urlhash.match("fromapp")){
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {
location.replace(murl);
}
}
} catch(err){}
}

相关文章:

  • 2022-12-23
  • 2021-12-30
  • 2021-08-08
  • 2022-12-23
  • 2022-02-07
  • 2021-09-17
猜你喜欢
  • 2021-06-29
  • 2022-01-03
  • 2022-12-23
  • 2022-02-08
  • 2021-11-28
相关资源
相似解决方案