×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Arvin iuunhao
Added: Jun 18, 2018 8:06 AM
Views: 3171
Tags: js
  1. function hasWeixin() {
  2.   let ua = navigator.userAgent.toLowerCase();
  3.   return ua.match(/MicroMessenger/i) === 'micromessenger';
  4. }