/**
     *判断是否是app环境
     */
    function getIsApp () {
        var ua = navigator.userAgent.toLowerCase();
        if (ua.match(/isapp/i) == "isapp") {
            return true;
        }
        return false;
    };

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-02-10
  • 2022-12-23
  • 2021-05-17
相关资源
相似解决方案