function isWX(){ var Agent = navigator.userAgent.toLowerCase(); return /micromessenger/.test(Agent); }
返回值为true则表示当前的浏览环境是微信,否则不是。