2019年8月2日

h5页面 判断网页是否由微信或qq内置浏览器打开

摘要: function is_weixn_qq(){ var ua = navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i)=="micromessenger") { return "weixin"; } else if (ua 阅读全文

posted @ 2019-08-02 11:11 再胖十斤就好 阅读(665) 评论(0) 推荐(0) 编辑

导航