if (typeof wx === 'object' && navigator.userAgent.match(/MicroMessenger/i) == "micromessenger") {
console.log('wechat');
} else {
console.log('not wechat');
}
微信(js判断)
最新推荐文章于 2024-06-22 14:46:32 发布
if (typeof wx === 'object' && navigator.userAgent.match(/MicroMessenger/i) == "micromessenger") {
console.log('wechat');
} else {
console.log('not wechat');
}