j--d
function isWeiXin(){
    var ua = window.navigator.userAgent.toLowerCase();
    if(ua.match(/MicroMessenger/i) == \'micromessenger\' || ua.match(/_SQ_/i) == \'_sq_\'){
        return true;
    }else{
        return false;
    }
}

 

更多内容请点击

 

分类:

技术点:

相关文章:

  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-12-17
猜你喜欢
  • 2021-07-20
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案