admin管理员组

文章数量:1619291

 // isweixin
    function is_weixin(){
      var ua = navigator.userAgent.toLowerCase();
      if (ua.match(/MicroMessenger/i) == "micromessenger") {
        return true;
      } else {
        return false;
      }
    }

 

本文标签: 是在浏览器页面